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