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-jsvalidation function.