Trait dynamic_graphql::Object
source · pub trait Object: OutputTypeName + ParentType {
// Provided method
fn get_object_type_name() -> Cow<'static, str> { ... }
}
pub trait Object: OutputTypeName + ParentType {
// Provided method
fn get_object_type_name() -> Cow<'static, str> { ... }
}