INPUT_OBJECT
OrderLineDiscountSetInput
link GraphQL Schema definition
1 input OrderLineDiscountSetInput { 2 3 # Exactly one input field should be provided 4 OrderLineInput! : 5 6 DiscountValueInput! : 7 }
INPUT_OBJECT
1 input OrderLineDiscountSetInput { 2 3 # Exactly one input field should be provided 4 OrderLineInput! : 5 6 DiscountValueInput! : 7 }