INPUT_OBJECT

ShipmentLineInput

link GraphQL Schema definition

1input ShipmentLineInput {
2
3orderLine: OrderLineInput!
4
5quantity: Int!
6}