INPUT_OBJECT
ContainerInput
Represents a container.
link GraphQL Schema definition
- input ContainerInput {
- # The container number. Format defined in ISO 6346:
- # https://en.wikipedia.org/wiki/ISO_6346.
- String! :
- # The container seal number.
- String :
- # The type of container.
- String :
- # A description of the goods in the container.
- String :
- # The piece count of the goods in the container.
- Int :
- # The weight of the goods in the container, in Kilograms.
- Float :
- }