FSharp.Data.GraphQL


ExecutionPlan

Namespace: FSharp.Data.GraphQL.Types

Execution plan of the current GraphQL operation. It describes, which fiels will be resolved and how to do so.

Record Fields

Record FieldDescription
DocumentId
Signature: int

Unique identifier of the current execution plan.

Fields
Signature: ExecutionInfo list

List of fields of top level query/mutation object to be resolved.

Operation
Signature: OperationDefinition

AST defintion of current operation.

RootDef
Signature: ObjectDef

Definition of the root type (either query or mutation) used by the current operation.

Strategy
Signature: ExecutionStrategy

Execution strategy applied on the underlying object's fields.

Instance members

Instance memberDescription
[id]
Signature: id:string -> ExecutionInfo

CompiledName: get_Item

Fork me on GitHub