pub trait GraphqlDoc {
    const DOC: Option<&'static str>;
}

Required Associated Constants§

Implementors§