no-unused-fragments
â
The "extends": "plugin:@graphql-eslint/operations-recommended"
property in a configuration file
enables this rule.
- Category:
Operations
- Rule name:
@graphql-eslint/no-unused-fragments
- Requires GraphQL Schema:
true
âšī¸ - Requires GraphQL Operations:
true
âšī¸
A GraphQL document is only valid if all fragment definitions are spread within operations, or spread within other fragments spread within operations.
This rule is a wrapper around a
graphql-js
validation function.