Skip to main content

GraphQLResolveInfo

Index

Properties

readonlydeferDepth

deferDepth: undefined | number

readonlyfieldGroup

fieldGroup: { depth: number; fields: Map<undefined | number, readonly FieldNode[]> }

Type declaration

  • depth: number
  • fields: Map<undefined | number, readonly 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