[−][src]Trait async_graphql::resolver_utils::EnumType
A GraphQL enum.
Required methods
fn items() -> &'static [EnumItem<Self>]
[−]
Get a list of possible variants of the enum and their values.