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

Function: locatedError()

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