Skip to main content

GraphQLResolveInfo

Index

Properties

readonlydeferDepth

deferDepth: undefined | number

readonlyfieldGroup

fieldGroup: readonly { deferDepth: undefined | number; depth: number; fieldNode: FieldNode }[]

readonlyfieldName

fieldName: string

readonlyfragments

fragments: ObjMap<FragmentDefinitionNode>

readonlyoperation

readonlyparentType

parentType: GraphQLObjectType<any, any>

readonlypath

path: Path

readonlyreturnType

returnType: GraphQLOutputType

readonlyrootValue

rootValue: unknown

readonlyschema

readonlyvariableValues

variableValues: {}

Type declaration

  • [variable string]: unknown