Rules
No Unused Fragments

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.

Resources