Skip to main content

GraphQLResolveInfo

Index

Properties

readonlyfieldName

fieldName: string

readonlyfieldNodes

fieldNodes: readonly FieldNode[]

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