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.
Resources
Last updated on