federation/gateway/node_modules/graphql/error/index.d.ts
2020-11-14 16:43:58 +01:00

4 lines
219 B
TypeScript

export { GraphQLError, printError } from './GraphQLError';
export { syntaxError } from './syntaxError';
export { locatedError } from './locatedError';
export { formatError, GraphQLFormattedError } from './formatError';