diff options
Diffstat (limited to 'includes/external/school/node_modules/graphql/error/index.mjs')
-rw-r--r-- | includes/external/school/node_modules/graphql/error/index.mjs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/graphql/error/index.mjs b/includes/external/school/node_modules/graphql/error/index.mjs new file mode 100644 index 0000000..5ac29d1 --- /dev/null +++ b/includes/external/school/node_modules/graphql/error/index.mjs @@ -0,0 +1,4 @@ +export { GraphQLError, printError } from "./GraphQLError.mjs"; +export { syntaxError } from "./syntaxError.mjs"; +export { locatedError } from "./locatedError.mjs"; +export { formatError } from "./formatError.mjs"; |