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