Skip to Content
GraphQL Tools
DocumentationAPI@graphql-tools/executorsrcfunctionsbuildResolveInfo

Function: buildResolveInfo()

buildResolveInfo(exeContext, fieldDef, fieldNodes, parentType, path): GraphQLResolveInfo

Defined in: packages/executor/src/execution/execute.ts:810

Internal

TODO: consider no longer exporting this function

Parameters

exeContext

ExecutionContext

fieldDef

GraphQLField<unknown, unknown>

fieldNodes

FieldNode[]

parentType

GraphQLObjectType

path

Path

Returns

GraphQLResolveInfo