summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/graphql/error/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/graphql/error/index.d.ts')
-rw-r--r--includes/external/school/node_modules/graphql/error/index.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/graphql/error/index.d.ts b/includes/external/school/node_modules/graphql/error/index.d.ts
new file mode 100644
index 0000000..38f7b7e
--- /dev/null
+++ b/includes/external/school/node_modules/graphql/error/index.d.ts
@@ -0,0 +1,8 @@
+export {
+ GraphQLError,
+ GraphQLErrorExtensions,
+ printError,
+} from './GraphQLError';
+export { syntaxError } from './syntaxError';
+export { locatedError } from './locatedError';
+export { formatError, GraphQLFormattedError } from './formatError';