Trait dynamic_graphql::InputTypeName
source · pub trait InputTypeName: TypeName {
// Provided method
fn get_input_type_name() -> Cow<'static, str> { ... }
}
pub trait InputTypeName: TypeName {
// Provided method
fn get_input_type_name() -> Cow<'static, str> { ... }
}