INPUT_OBJECT

DeliveryWindowOrderInput

link GraphQL Schema definition

1input DeliveryWindowOrderInput {
2
3# Exactly one input field should be provided
4deliveryWindow: DeliveryWindowInput
5
6# Exactly one input field should be provided
7deliveryWindowGroup: DeliveryWindowGroupInput
8}