Dimension

(OBJECT)

Dimension for length, width or height

link GraphQL Schema definition

  • type Dimension {
  • # Dimension value
  • value: Float
  • # Dimension unit (currently only 'cm' unit is supported)
  • unit: DimensionUnit
  • }