Struct graphql_tools::validation::rules::variables_in_allowed_position::VariablesInAllowedPosition
source · pub struct VariablesInAllowedPosition<'a> { /* private fields */ }
Expand description
Variables in allowed position
Variable usages must be compatible with the arguments they are passed to.
See https://spec.graphql.org/draft/#sec-All-Variable-Usages-are-Allowed