possible-fragment-spread
â
 The "extends": "plugin:@graphql-eslint/operations-recommended" property in a configuration file
enables this rule.
- Category: Operations
- Rule name: @graphql-eslint/possible-fragment-spread
- Requires GraphQL Schema: trueâšī¸
- Requires GraphQL Operations: falseâšī¸
A fragment spread is only valid if the type condition could ever possibly be true: if there is a non-empty intersection of the possible parent types, and possible types which pass the type condition.
This rule is a wrapper around a
graphql-jsvalidation function.