variables-in-allowed-position
â
The "extends": "plugin:@graphql-eslint/operations-recommended"
property in a configuration file
enables this rule.
- Category:
Operations
- Rule name:
@graphql-eslint/variables-in-allowed-position
- Requires GraphQL Schema:
true
âšī¸ - Requires GraphQL Operations:
false
âšī¸
Variables passed to field arguments conform to type.
This rule is a wrapper around a
graphql-js
validation function.