Skip to main content

GraphQLResolveInfo

Index

Properties

readonlydeferPriority

deferPriority: number

readonlyfieldDetails

fieldDetails: readonly FieldDetails[]

readonlyfieldName

fieldName: string

readonlyfragments

fragments: ObjMap<FragmentDefinitionNode>

readonlyoperation

readonlyparentType

parentType: GraphQLObjectType<any, any>

readonlypath

path: Path

readonlypriority

priority: number

readonlypublished

published: true | Promise<void>

readonlyreturnType

returnType: GraphQLOutputType

readonlyrootValue

rootValue: unknown

readonlyschema

readonlyvariableValues

variableValues: {}

Type declaration

  • [variable string]: unknown