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