On this page

buildResolveInfo

The buildResolveInfo function exported by @graphql-tools/executor.

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

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

Internal

TODO: consider no longer exporting this function

Parameters

exeContext

ExecutionContext

fieldDef

GraphQLField<unknown, unknown>

fieldNodes

FieldNode[]

parentType

GraphQLObjectType

path

Path

Returns

GraphQLResolveInfo