summaryrefslogtreecommitdiff
path: root/alarm/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs')
-rw-r--r--alarm/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs8
1 files changed, 8 insertions, 0 deletions
diff --git a/alarm/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs b/alarm/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs
new file mode 100644
index 0000000..5485db0
--- /dev/null
+++ b/alarm/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs
@@ -0,0 +1,8 @@
+/**
+ * @deprecated and will be removed in v16
+ * Please use either:
+ * import { LoneSchemaDefinitionRule } from 'graphql'
+ * or
+ * import { LoneSchemaDefinitionRule } from 'graphql/validation'
+ */
+export { LoneSchemaDefinitionRule as LoneSchemaDefinition } from "./LoneSchemaDefinitionRule.mjs";