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