import { type ExecutionContext } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/execution/execute.d.ts";
Data that must be available at all points during query execution.
Namely, schema of the type system that is currently executing, and the fragments defined in the query document
Properties
schema: GraphQLSchema
fragments: { [key: string]: FragmentDefinitionNode; }
operation: OperationDefinitionNode
fieldResolver: GraphQLFieldResolver<any, any>
errors: Array<GraphQLError>