FLUJOS/BACK_BACK/node_modules/graphql/error/index.js.flow
2025-11-07 00:06:12 +01:00

9 lines
275 B
Text
Executable file

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