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