object

Dimension

Represents the dimensions of a product, including its height, length, width, and unit of measurement.
Fields
height
Float!
Required
The height of the product.
is_default
Boolean!
Required
Whether the dimension is the default one or not.
length
Float!
Required
The length of the product.
Required
The unit of dimension.
width
Float!
Required
The width of the product.