INPUT_OBJECT

OrderLineAllocateInput

link GraphQL Schema definition

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