pub trait EnumType: Sized + Eq + Send + Copy + Sized + 'static { fn items() -> &'static [EnumItem<Self>]; }
A GraphQL enum.
Get a list of possible variants of the enum and their values.