Type Alias graphql_tools::static_graphql::query::Type
source · pub type Type = Type<'static, String>;
Aliased Type§
enum Type {
NamedType(String),
ListType(Box<Type<'static, String>>),
NonNullType(Box<Type<'static, String>>),
}