Dimension
(OBJECT)
Dimension for length, width or height
link GraphQL Schema definition
- type Dimension {
- # Dimension value
- Float :
- # Dimension unit (currently only 'cm' unit is supported)
- DimensionUnit :
- }
(OBJECT)
Dimension for length, width or height
- type Dimension {
- # Dimension value
- Float :
- # Dimension unit (currently only 'cm' unit is supported)
- DimensionUnit :
- }