unique-type-names
â
 The "extends": "plugin:@graphql-eslint/schema-recommended" property in a configuration file
enables this rule.
- Category: Schema
- Rule name: @graphql-eslint/unique-type-names
- Requires GraphQL Schema: falseâšī¸
- Requires GraphQL Operations: falseâšī¸
A GraphQL document is only valid if all defined types have unique names.
This rule is a wrapper around a
graphql-jsvalidation function.