Enum dynamic_graphql::internal::TypeRefBuilder
source · pub enum TypeRefBuilder {
Named(String),
NamedNN(String),
List(String),
ListNN(String),
NNList(String),
NNListNN(String),
}Variants§
Implementations§
Trait Implementations§
source§impl From<TypeRefBuilder> for TypeRef
impl From<TypeRefBuilder> for TypeRef
source§fn from(value: TypeRefBuilder) -> Self
fn from(value: TypeRefBuilder) -> Self
Converts to this type from the input type.