pub trait GraphqlType {
    const NAME: &'static str;
}

Required Associated Constants§

Implementations on Foreign Types§

Implementors§