[][src]Trait async_graphql::resolver_utils::EnumType

pub trait EnumType: Type + Sized + Eq + Send + Copy + Sized + 'static {
    pub fn items() -> &'static [EnumItem<Self>];
}

A GraphQL enum.

Required methods

pub fn items() -> &'static [EnumItem<Self>][src]

Get a list of possible variants of the enum and their values.

Loading content...

Implementors

Loading content...