INPUT_OBJECT

OrderLineUnallocateInput

link GraphQL Schema definition

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