Trait graphql_tools::ast::ext::InputValueHelpers[][src]

pub trait InputValueHelpers {
    fn is_required(&self) -> bool;
}

Required methods

Implementors