Swap-Aggregator-Subgraph/node_modules/graphql/error/index.d.ts
2022-07-03 07:27:35 +05:30

5 lines
219 B
TypeScript

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