INPUT_OBJECT

OrderDiscountSetInput

link GraphQL Schema definition

1input OrderDiscountSetInput {
2
3# Exactly one input field should be provided
4discountValue: DiscountValueInput
5
6lineDiscounts: [OrderLineDiscountSetInput!]
7}