On this page

locatedError

The locatedError function exported by @graphql-tools/utils.

locatedError(rawError, nodes, path, info?): GraphQLError

Defined in: packages/utils/src/errors.ts:91

Parameters

rawError

unknown

nodes

ASTNode | readonly ASTNode[] | undefined

path

Maybe<readonly (string | number)[]>

info?

false | SchemaCoordinateInfo | null

Returns

GraphQLError