diff options
Diffstat (limited to 'school/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts')
-rw-r--r-- | school/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/school/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts b/school/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts deleted file mode 100644 index 8435bab..0000000 --- a/school/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { ASTVisitor } from '../../language/visitor'; -import { ValidationContext } from '../ValidationContext'; - -/** - * No unused fragments - * - * A GraphQL document is only valid if all fragment definitions are spread - * within operations, or spread within other fragments spread within operations. - */ -export function NoUnusedFragmentsRule(context: ValidationContext): ASTVisitor; |