INPUT_OBJECT

DeliveryWindowGroupAddInput

link GraphQL Schema definition

1input DeliveryWindowGroupAddInput {
2
3# Exactly one input field should be provided
4deliveryWindow: DeliveryWindowInput!
5
6# Exactly one input field should be provided
7before: DeliveryWindowInput
8}

link Required by

This element is not required by anyone