DesWeight
Weight in grams and ounces.
type DesWeight {
gram: Decimal!
ounce: Decimal!
x: Decimal!
}
Fields
DesWeight.gram ● Decimal! non-null scalar
The weight value in grams.
DesWeight.ounce ● Decimal! non-null scalar
The weight value in ounces.
DesWeight.x ● Decimal! non-null scalar
The weight value in the base unit.