Trait dynamic_graphql::GetInputTypeRef 
source · pub trait GetInputTypeRef {
    type Output: Into<TypeRef>;
    // Required method
    fn get_input_type_ref() -> Self::Output;
}pub trait GetInputTypeRef {
    type Output: Into<TypeRef>;
    // Required method
    fn get_input_type_ref() -> Self::Output;
}