Trait graphql_tools::ast::ext::OperationDefinitionExtension
source · pub trait OperationDefinitionExtension {
// Required methods
fn variable_definitions(&self) -> &[VariableDefinition];
fn directives(&self) -> &[Directive];
fn selection_set(&self) -> &SelectionSet;
}