Interface: GraphQLResolveInfo
Defined in: packages/utils/src/Interfaces.ts:71
Extends
GraphQLResolveInfo
Properties
fieldName
readonlyfieldName:string
Defined in: node_modules/graphql/type/definition.d.mts:2176
The field name referenced by this schema coordinate.
Inherited from
OrigGraphQLResolveInfo.fieldName
fieldNodes
readonlyfieldNodes: readonlyFieldNode[]
Defined in: node_modules/graphql/type/definition.d.mts:2178
AST field nodes that contributed to the current field execution.
Inherited from
OrigGraphQLResolveInfo.fieldNodes
fragments
readonlyfragments:ObjMap<FragmentDefinitionNode>
Defined in: node_modules/graphql/type/definition.d.mts:2188
Fragment definitions in the operation document keyed by fragment name.
Inherited from
OrigGraphQLResolveInfo.fragments
getAbortSignal
readonlygetAbortSignal: () =>AbortSignal|undefined
Defined in: node_modules/graphql/type/definition.d.mts:2199
Returns the AbortSignal supplied for this execution, if any.
Returns
AbortSignal | undefined
Inherited from
OrigGraphQLResolveInfo.getAbortSignal
getAsyncHelpers
readonlygetAsyncHelpers: () =>GraphQLResolveInfoHelpers
Defined in: node_modules/graphql/type/definition.d.mts:2201
Returns helper functions for tracking asynchronous resolver work.
Returns
GraphQLResolveInfoHelpers
Inherited from
OrigGraphQLResolveInfo.getAsyncHelpers
operation
readonlyoperation:OperationDefinitionNode
Defined in: node_modules/graphql/type/definition.d.mts:2192
The operation selected for execution.
Inherited from
OrigGraphQLResolveInfo.operation
parentType
readonlyparentType:GraphQLObjectType
Defined in: node_modules/graphql/type/definition.d.mts:2182
Object type that owns the current field.
Inherited from
OrigGraphQLResolveInfo.parentType
path
readonlypath:Path
Defined in: node_modules/graphql/type/definition.d.mts:2184
Response path where this error occurred during execution.
Inherited from
OrigGraphQLResolveInfo.path
returnType
readonlyreturnType:GraphQLOutputType
Defined in: node_modules/graphql/type/definition.d.mts:2180
GraphQL output type declared for the current field.
Inherited from
OrigGraphQLResolveInfo.returnType
rootValue
readonlyrootValue:unknown
Defined in: node_modules/graphql/type/definition.d.mts:2190
Initial root value passed to the operation.
Inherited from
OrigGraphQLResolveInfo.rootValue
schema
readonlyschema:GraphQLSchema
Defined in: node_modules/graphql/type/definition.d.mts:2186
The schema used for validation or execution.
Inherited from
OrigGraphQLResolveInfo.schema
signal?
optionalsignal?:AbortSignal
Defined in: packages/utils/src/Interfaces.ts:72
variableValues
readonlyvariableValues:VariableValues
Defined in: node_modules/graphql/type/definition.d.mts:2197
Coerced variable values and source metadata for this operation. Resolver
code that needs runtime variable values should read variableValues.coerced.
Inherited from
OrigGraphQLResolveInfo.variableValues