UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

11 lines (6 loc) 276 B
// @flow strict export { GraphQLError, printError } from './GraphQLError'; export { syntaxError } from './syntaxError'; export { locatedError } from './locatedError'; export { formatError } from './formatError'; export type { GraphQLFormattedError } from './formatError';