Files
copilot-toolbox-template-121/node_modules/graphql/error/index.d.ts
2026-01-16 02:20:32 +00: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';