UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

11 lines (10 loc) 442 B
/** * Create, format, and locate GraphQL errors. * * These exports are also available from the root `graphql` package. * @packageDocumentation */ export { GraphQLError } from "./GraphQLError.js"; export type { GraphQLErrorOptions, GraphQLFormattedError, GraphQLErrorExtensions, GraphQLFormattedErrorExtensions, } from "./GraphQLError.js"; export { syntaxError } from "./syntaxError.js"; export { locatedError } from "./locatedError.js";