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