unique-field-definition-names
✅ The "extends": "plugin:@graphql-eslint/schema-recommended" property in a configuration file
enables this rule.
- Category: Schema
- Rule name: @graphql-eslint/unique-field-definition-names
- Requires GraphQL Schema: falseℹ️
- Requires GraphQL Operations: falseℹ️
A GraphQL complex type is only valid if all its fields are uniquely named.
This rule is a wrapper around a
graphql-jsvalidation function.
Resources
Last updated on