INPUT_OBJECT

ShipmentLineInput

link GraphQL Schema definition

1input ShipmentLineInput {
2
3# Exactly one input field should be provided
4orderLine: OrderLineInput!
5
6quantity: Int!
7}