index.d.ts 277 B

12345678
  1. export { GraphQLError, printError, formatError } from './GraphQLError';
  2. export type {
  3. GraphQLErrorOptions,
  4. GraphQLFormattedError,
  5. GraphQLErrorExtensions,
  6. } from './GraphQLError';
  7. export { syntaxError } from './syntaxError';
  8. export { locatedError } from './locatedError';