Trait graphql_tools::ast::ext::AstNodeWithFields[][src]

pub trait AstNodeWithFields {
    fn find_field(&self, name: String) -> Option<&Field>;
}

Required methods

Implementors