Files
lcbp3.np-dms.work/frontend/node_modules/graphql/error/index.d.ts
2025-09-21 20:29:15 +07:00

10 lines
312 B
TypeScript

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