INPUT_OBJECT

OrderLineAllocateInput

link GraphQL Schema definition

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