summaryrefslogtreecommitdiff
path: root/school/node_modules/graphql/execution/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/graphql/execution/index.mjs')
-rw-r--r--school/node_modules/graphql/execution/index.mjs3
1 files changed, 0 insertions, 3 deletions
diff --git a/school/node_modules/graphql/execution/index.mjs b/school/node_modules/graphql/execution/index.mjs
deleted file mode 100644
index f8c087d..0000000
--- a/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";