ProductMeasurements
Represents the measurments of a product
type ProductMeasurements {
width: Float
height: Float
length: Float
weight: Float
volume: Float
}
Fields
width ● Float
Width in centimeters
height ● Float
Height in centimeters
length ● Float
Length in centimeters
weight ● Float
Weight in grams
volume ● Float
Volume in cm3
Example
{}