pub trait InputType: GraphqlType {
    const NAME: &'static str = <Self as GraphqlType>::NAME;
}

Provided Associated Constants§

Implementations on Foreign Types§

Implementors§