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-jsvalidation function.