Skip to Content
GraphQL Tools
DocumentationAPI@graphql-tools/utilssrctype-aliasesErrorVisitor

Type Alias: ErrorVisitor

ErrorVisitor = (error, pathIndex) => GraphQLError

Defined in: packages/utils/src/visitResult.ts:32

Parameters

error

GraphQLError

pathIndex

number

Returns

GraphQLError