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

pub trait UnionTypeExtension {
    fn has_sub_type(&self, other_type_name: &String) -> bool;
}

Required methods

Implementors