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