graphql
Version:
A Query Language and Runtime which can target any service.
1 lines • 701 B
Source Map (JSON)
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/error/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,2BAA0B;AAQjD,OAAO,EAAE,WAAW,EAAE,0BAAyB;AAE/C,OAAO,EAAE,YAAY,EAAE,2BAA0B","sourcesContent":["/**\n * Create, format, and locate GraphQL errors.\n *\n * These exports are also available from the root `graphql` package.\n * @packageDocumentation\n */\n\nexport { GraphQLError } from './GraphQLError.ts';\nexport type {\n GraphQLErrorOptions,\n GraphQLFormattedError,\n GraphQLErrorExtensions,\n GraphQLFormattedErrorExtensions,\n} from './GraphQLError.ts';\n\nexport { syntaxError } from './syntaxError.ts';\n\nexport { locatedError } from './locatedError.ts';\n"]}