summaryrefslogtreecommitdiff
path: root/school/node_modules/graphql/error/index.js.flow
blob: eeaa96e0f133945880193f0dd9243be2fb3bc732 (plain)
1
2
3
4
5
6
7
8
9
// @flow strict
export { GraphQLError, printError } from './GraphQLError';

export { syntaxError } from './syntaxError';

export { locatedError } from './locatedError';

export { formatError } from './formatError';
export type { GraphQLFormattedError } from './formatError';