Trait dynamic_graphql::Object
source · pub trait Object: OutputType + ParentType {
const NAME: &'static str = <Self as OutputType>::NAME;
}
pub trait Object: OutputType + ParentType {
const NAME: &'static str = <Self as OutputType>::NAME;
}