INPUT_OBJECT
DeliveryWindowVariantsUnsetInput
link GraphQL Schema definition
1 input DeliveryWindowVariantsUnsetInput { 2 3 # Exactly one input field should be provided 4 : DeliveryWindowInput! 5 6 # Exactly one input field should be provided 7 : [ProductVariantInput!]! 8 }