INPUT_OBJECT
OrderLineCancelInput
link GraphQL Schema definition
1 input OrderLineCancelInput { 2 3 OrderLineInput! : 4 5 Int! : 6 7 # Exactly one input field should be provided 8 StockPolicyActionInput : 9 10 OrderLineCancelStockAction : 11 12 WarehouseInput : 13 }