Interface: GraphQLResolveInfo
Defined in: packages/utils/src/Interfaces.ts:71
Extends
GraphQLResolveInfo
Properties
fieldName
readonlyfieldName:string
Defined in: node_modules/graphql/type/definition.d.ts:501
Inherited from
OrigGraphQLResolveInfo.fieldName
fieldNodes
readonlyfieldNodes: readonlyFieldNode[]
Defined in: node_modules/graphql/type/definition.d.ts:502
Inherited from
OrigGraphQLResolveInfo.fieldNodes
fragments
readonlyfragments:ObjMap<FragmentDefinitionNode>
Defined in: node_modules/graphql/type/definition.d.ts:507
Inherited from
OrigGraphQLResolveInfo.fragments
operation
readonlyoperation:OperationDefinitionNode
Defined in: node_modules/graphql/type/definition.d.ts:509
Inherited from
OrigGraphQLResolveInfo.operation
parentType
readonlyparentType:GraphQLObjectType
Defined in: node_modules/graphql/type/definition.d.ts:504
Inherited from
OrigGraphQLResolveInfo.parentType
path
readonlypath:Path
Defined in: node_modules/graphql/type/definition.d.ts:505
Inherited from
OrigGraphQLResolveInfo.path
returnType
readonlyreturnType:GraphQLOutputType
Defined in: node_modules/graphql/type/definition.d.ts:503
Inherited from
OrigGraphQLResolveInfo.returnType
rootValue
readonlyrootValue:unknown
Defined in: node_modules/graphql/type/definition.d.ts:508
Inherited from
OrigGraphQLResolveInfo.rootValue
schema
readonlyschema:GraphQLSchema
Defined in: node_modules/graphql/type/definition.d.ts:506
Inherited from
OrigGraphQLResolveInfo.schema
signal?
optionalsignal?:AbortSignal
Defined in: packages/utils/src/Interfaces.ts:72
variableValues
readonlyvariableValues:object
Defined in: node_modules/graphql/type/definition.d.ts:510
Index Signature
[variable: string]: unknown
Inherited from
OrigGraphQLResolveInfo.variableValues