graphql-tools-monorepo / utils/src / GraphQLResolveInfo
Interface: GraphQLResolveInfo
utils/src.GraphQLResolveInfo
Hierarchy
-
GraphQLResolveInfo
↳
GraphQLResolveInfo
Table of contents
Properties
- fieldName
- fieldNodes
- fragments
- operation
- parentType
- path
- returnType
- rootValue
- schema
- signal
- variableValues
Properties
fieldName
• Readonly
fieldName: string
Inherited from
OrigGraphQLResolveInfo.fieldName
Defined in
node_modules/graphql/type/definition.d.ts:501
fieldNodes
• Readonly
fieldNodes: readonly FieldNode
[]
Inherited from
OrigGraphQLResolveInfo.fieldNodes
Defined in
node_modules/graphql/type/definition.d.ts:502
fragments
• Readonly
fragments: ObjMap
<FragmentDefinitionNode
>
Inherited from
OrigGraphQLResolveInfo.fragments
Defined in
node_modules/graphql/type/definition.d.ts:507
operation
• Readonly
operation: OperationDefinitionNode
Inherited from
OrigGraphQLResolveInfo.operation
Defined in
node_modules/graphql/type/definition.d.ts:509
parentType
• Readonly
parentType: GraphQLObjectType
<any
, any
>
Inherited from
OrigGraphQLResolveInfo.parentType
Defined in
node_modules/graphql/type/definition.d.ts:504
path
• Readonly
path: Path
Inherited from
OrigGraphQLResolveInfo.path
Defined in
node_modules/graphql/type/definition.d.ts:505
returnType
• Readonly
returnType: GraphQLOutputType
Inherited from
OrigGraphQLResolveInfo.returnType
Defined in
node_modules/graphql/type/definition.d.ts:503
rootValue
• Readonly
rootValue: unknown
Inherited from
OrigGraphQLResolveInfo.rootValue
Defined in
node_modules/graphql/type/definition.d.ts:508
schema
• Readonly
schema: GraphQLSchema
Inherited from
OrigGraphQLResolveInfo.schema
Defined in
node_modules/graphql/type/definition.d.ts:506
signal
• Optional
signal: AbortSignal
Defined in
packages/utils/src/Interfaces.ts:72
variableValues
• Readonly
variableValues: Object
Index signature
▪ [variable: string
]: unknown
Inherited from
OrigGraphQLResolveInfo.variableValues
Defined in
node_modules/graphql/type/definition.d.ts:510