INPUT_OBJECT

VoucherActionResultDiscountInput

link GraphQL Schema definition

1input VoucherActionResultDiscountInput {
2
3applyOn: VoucherActionResultApplyOn!
4
5# Exactly one input field should be provided
6discount: VoucherActionResultPriceDiscountInput!
7}