possible-type-extension
â
The "extends": "plugin:@graphql-eslint/schema-recommended" property in a configuration file
enables this rule.
đĄ This rule provides suggestions (opens in a new tab)
- Category:
Schema - Rule name:
@graphql-eslint/possible-type-extension - Requires GraphQL Schema:
trueâšī¸ - Requires GraphQL Operations:
falseâšī¸
A type extension is only valid if the type is defined and has the same kind.
This rule is a wrapper around a
graphql-jsvalidation function.