graphql
Version:
A Query Language and Runtime which can target any service.
11 lines (10 loc) • 446 B
text/typescript
/**
* Create, format, and locate GraphQL errors.
*
* These exports are also available from the root `graphql` package.
* @packageDocumentation
*/
export { GraphQLError } from "./GraphQLError.mjs";
export type { GraphQLErrorOptions, GraphQLFormattedError, GraphQLErrorExtensions, GraphQLFormattedErrorExtensions, } from "./GraphQLError.mjs";
export { syntaxError } from "./syntaxError.mjs";
export { locatedError } from "./locatedError.mjs";