Skip to main content
Latest
interface GraphQLResolveInfo
import { type GraphQLResolveInfo } from "https://deno.land/x/graphql_deno@v15.0.0/lib/type/index.d.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; }