Latest
interface GraphQLResolveInfo
import { type GraphQLResolveInfo } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/mod.ts";

Properties

readonly
fieldName: string
readonly
fieldNodes: ReadonlyArray<FieldNode>
readonly
returnType: GraphQLOutputType
readonly
parentType: GraphQLObjectType
readonly
path: Path
readonly
schema: GraphQLSchema
readonly
fragments: { [key: string]: FragmentDefinitionNode; }
readonly
rootValue: any
readonly
operation: OperationDefinitionNode
readonly
variableValues: { [variableName: string]: any; }