Trait dynamic_graphql::internal::Scalar
source · pub trait Scalar: OutputTypeName + InputTypeName {
// Provided method
fn get_scalar_type_name() -> Cow<'static, str> { ... }
}pub trait Scalar: OutputTypeName + InputTypeName {
// Provided method
fn get_scalar_type_name() -> Cow<'static, str> { ... }
}