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