Trait graphql_tools::ast::ext::SubTypeExtension
source ·
[−]pub trait SubTypeExtension {
fn has_sub_type(&self, other_type_name: &String) -> bool;
}
pub trait SubTypeExtension {
fn has_sub_type(&self, other_type_name: &String) -> bool;
}