Trait graphql_tools::ast::ext::AstNodeWithFields [−][src]
pub trait AstNodeWithFields {
fn find_field(&self, name: String) -> Option<&Field>;
}
pub trait AstNodeWithFields {
fn find_field(&self, name: String) -> Option<&Field>;
}