INPUT_OBJECT

AccountDiscountsInput

link GraphQL Schema definition

1input AccountDiscountsInput {
2
3generalDiscount: GeneralAccountDiscountInput
4
5addDeliveryWindowDiscounts: [DeliveryWindowAccountDiscountInput!]
6
7# Exactly one input field should be provided
8deleteDeliveryWindowDiscounts: [DeliveryWindowInput!]
9}