summaryrefslogtreecommitdiff
path: root/school/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts')
-rw-r--r--school/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/school/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts b/school/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts
deleted file mode 100644
index ae956ef..0000000
--- a/school/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { ASTVisitor } from '../../language/visitor';
-import { ValidationContext } from '../ValidationContext';
-
-/**
- * Scalar leafs
- *
- * A GraphQL document is valid only if all leaf fields (fields without
- * sub selections) are of scalar or enum types.
- */
-export function ScalarLeafsRule(context: ValidationContext): ASTVisitor;