INPUT_OBJECT

DiscountValueInput

link GraphQL Schema definition

1input DiscountValueInput {
2
3# Exactly one input field should be provided
4discountChange: DiscountChangeInput!
5
6# Additional information about the source of such discount
7origin: String
8
9# Voucher reference (code) if it was applied
10reference: String
11}