UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

9 lines (8 loc) 277 B
export { GraphQLError, printError, formatError } from './GraphQLError'; export type { GraphQLErrorOptions, GraphQLFormattedError, GraphQLErrorExtensions, } from './GraphQLError'; export { syntaxError } from './syntaxError'; export { locatedError } from './locatedError';