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

9 lines
275 B
Text

// @flow strict
export { GraphQLError, printError } from './GraphQLError';
export { syntaxError } from './syntaxError';
export { locatedError } from './locatedError';
export { formatError } from './formatError';
export type { GraphQLFormattedError } from './formatError';