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