INPUT_OBJECT

DiscountActionResultDiscountInput

link GraphQL Schema definition

1input DiscountActionResultDiscountInput {
2
3applyOn: DiscountActionResultApplyOn!
4
5# Exactly one input field should be provided
6discount: DiscountActionResultPriceDiscountInput!
7}