Skip to Content
GraphQL Tools
DocumentationAPI@graphql-tools/utilssrcinterfacesGraphQLResolveInfo

Interface: GraphQLResolveInfo

Defined in: packages/utils/src/Interfaces.ts:71

Extends

  • GraphQLResolveInfo

Properties

fieldName

readonly fieldName: string

Defined in: node_modules/graphql/type/definition.d.ts:501

Inherited from

OrigGraphQLResolveInfo.fieldName


fieldNodes

readonly fieldNodes: readonly FieldNode[]

Defined in: node_modules/graphql/type/definition.d.ts:502

Inherited from

OrigGraphQLResolveInfo.fieldNodes


fragments

readonly fragments: ObjMap<FragmentDefinitionNode>

Defined in: node_modules/graphql/type/definition.d.ts:507

Inherited from

OrigGraphQLResolveInfo.fragments


operation

readonly operation: OperationDefinitionNode

Defined in: node_modules/graphql/type/definition.d.ts:509

Inherited from

OrigGraphQLResolveInfo.operation


parentType

readonly parentType: GraphQLObjectType

Defined in: node_modules/graphql/type/definition.d.ts:504

Inherited from

OrigGraphQLResolveInfo.parentType


path

readonly path: Path

Defined in: node_modules/graphql/type/definition.d.ts:505

Inherited from

OrigGraphQLResolveInfo.path


returnType

readonly returnType: GraphQLOutputType

Defined in: node_modules/graphql/type/definition.d.ts:503

Inherited from

OrigGraphQLResolveInfo.returnType


rootValue

readonly rootValue: unknown

Defined in: node_modules/graphql/type/definition.d.ts:508

Inherited from

OrigGraphQLResolveInfo.rootValue


schema

readonly schema: GraphQLSchema

Defined in: node_modules/graphql/type/definition.d.ts:506

Inherited from

OrigGraphQLResolveInfo.schema


signal?

optional signal?: AbortSignal

Defined in: packages/utils/src/Interfaces.ts:72


variableValues

readonly variableValues: object

Defined in: node_modules/graphql/type/definition.d.ts:510

Index Signature

[variable: string]: unknown

Inherited from

OrigGraphQLResolveInfo.variableValues