diff options
Diffstat (limited to 'includes/external/school/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs')
-rw-r--r-- | includes/external/school/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/includes/external/school/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs b/includes/external/school/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs deleted file mode 100644 index 5485db0..0000000 --- a/includes/external/school/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs +++ /dev/null @@ -1,8 +0,0 @@ -/** - * @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"; |