Files
30-seconds-of-code/node_modules/graphql/error/index.js.flow
2019-08-20 15:52:05 +02:00

11 lines
276 B
Plaintext

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