GraphOperation constructor

GraphOperation(
  1. String operationName,
  2. String operationType,
  3. DocumentNode operation
)

Implementation

GraphOperation(
  this.operationName,
  this.operationType,
  this.operation,
);