INPUT_OBJECT

DeliveryWindowAccountDiscountInput

link GraphQL Schema definition

1input DeliveryWindowAccountDiscountInput {
2
3# Exactly one input field should be provided
4deliveryWindow: DeliveryWindowInput!
5
6discountPercent: Float!
7}