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

Required Associated Constants§

Implementations on Foreign Types§

Implementors§