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