FLUJOS/VISUALIZACION/node_modules/graphql/error/index.d.ts
2025-11-07 00:06:12 +01:00

8 lines
250 B
TypeScript
Executable file

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