DiscountInput
No description
input DiscountInput {
title: String!
customerBuys: CustomerBuysInput
appliedOn: DiscountAppliedOnType!
percentage: Float
amount: MoneyInput
status: DiscountStatus!
locale: String
BuyXGetYDiscount: BuyXGetYDiscountInput
schedule: DiscountScheduleInput
amountOff: AmountOffInput
}