summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/graphql/execution/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/graphql/execution/index.mjs')
-rw-r--r--includes/external/school/node_modules/graphql/execution/index.mjs3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/external/school/node_modules/graphql/execution/index.mjs b/includes/external/school/node_modules/graphql/execution/index.mjs
deleted file mode 100644
index f8c087d..0000000
--- a/includes/external/school/node_modules/graphql/execution/index.mjs
+++ /dev/null
@@ -1,3 +0,0 @@
-export { pathToArray as responsePathAsArray } from "../jsutils/Path.mjs";
-export { execute, executeSync, defaultFieldResolver, defaultTypeResolver } from "./execute.mjs";
-export { getDirectiveValues } from "./values.mjs";