Trait graphql_tools::ast::ext::ValueExtension
source · [−]pub trait ValueExtension {
fn compare(&self, other: &Self) -> bool;
fn variables_in_use(&self) -> Vec<String>;
}
pub trait ValueExtension {
fn compare(&self, other: &Self) -> bool;
fn variables_in_use(&self) -> Vec<String>;
}