unique-operation-types
✅ The "extends": "plugin:@graphql-eslint/schema-recommended" property in a configuration file
enables this rule.
- Category: Schema
- Rule name: @graphql-eslint/unique-operation-types
- Requires GraphQL Schema: falseℹ️
- Requires GraphQL Operations: falseℹ️
A GraphQL document is only valid if it has only one type per operation.
This rule is a wrapper around a
graphql-jsvalidation function.
Resources
Last updated on