INPUT_OBJECT
DeliveryWindowVariantSetInput
link GraphQL Schema definition
1 input DeliveryWindowVariantSetInput { 2 3 # Exactly one input field should be provided 4 ProductVariantInput! : 5 6 # If not provided, delivery window's defaultVariantDeliveryType will be used. 7 ProductVariantDeliveryType : 8 9 # Null will clear all limits 10 DeliveryWindowVariantLimitInput : 11 }