INPUT_OBJECT

DeliveryWindowVariantsUnsetInput

link GraphQL Schema definition

1input DeliveryWindowVariantsUnsetInput {
2
3# Exactly one input field should be provided
4deliveryWindow: DeliveryWindowInput!
5
6# Exactly one input field should be provided
7productVariants: [ProductVariantInput!]!
8}

link Required by