Trait graphql_tools::ast::ext::ValueExtension
source · pub trait ValueExtension {
// Required methods
fn compare(&self, other: &Self) -> bool;
fn variables_in_use(&self) -> Vec<&str>;
}
pub trait ValueExtension {
// Required methods
fn compare(&self, other: &Self) -> bool;
fn variables_in_use(&self) -> Vec<&str>;
}