DimensionsInput
Input type for container dimensions with length, width, and height.
input DimensionsInput {
height: Decimal
length: Decimal
width: Decimal
}
Fields
DimensionsInput.height ● Decimal scalar common
The height of the container.
DimensionsInput.length ● Decimal scalar common
The length of the container.
DimensionsInput.width ● Decimal scalar common
The width of the container.