InterfacesGraphQLResolveInfoOn this pageGraphQLResolveInfo Index PropertiesfieldNamefieldNodesfragmentsoperationparentTypepathreturnTyperootValueschemasignalvariableValuesProperties readonlyfieldNamefieldName: stringreadonlyfieldNodesfieldNodes: readonly FieldNode[]readonlyfragmentsfragments: ObjMap<FragmentDefinitionNode>readonlyoperationoperation: OperationDefinitionNodereadonlyparentTypeparentType: GraphQLObjectType<any, any>readonlypathpath: PathreadonlyreturnTypereturnType: GraphQLOutputTypereadonlyrootValuerootValue: unknownreadonlyschemaschema: GraphQLSchemareadonlysignalsignal: undefined | IAbortSignalNote: signal is undefined only if execution environment doesn’t support AbortController (e.g. node14 without polyfill).readonlyvariableValuesvariableValues: {}Type declaration[variable string]: unknown
Note: signal is undefined only if execution environment doesn’t support AbortController (e.g. node14 without polyfill).