Struct graphql_tools::validation::rules::known_argument_names::KnownArgumentNames [−][src]
pub struct KnownArgumentNames;Expand description
Known argument names
A GraphQL field/directive is only valid if all supplied arguments are defined by that field.
See https://spec.graphql.org/draft/#sec-Argument-Names See https://spec.graphql.org/draft/#sec-Directives-Are-In-Valid-Locations
