VariantWeight
Object to indicate both amount and unit of weight.
type VariantWeight {
amount: Float!
unit: VariantWeightUnit!
}
Fields
VariantWeight.amount
● Float!
non-null scalar
VariantWeight.unit
● VariantWeightUnit!
non-null enum
Member of
Variant
object