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

Function: createGraphQLError()

createGraphQLError(message, options?): GraphQLError

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

Parameters

message

string

options?

GraphQLErrorOptions

Returns

GraphQLError