INPUT_OBJECT
DeliveryWindowOrderInput
link GraphQL Schema definition
1 input DeliveryWindowOrderInput { 2 3 # Exactly one input field should be provided 4 : DeliveryWindowInput 5 6 # Exactly one input field should be provided 7 : DeliveryWindowGroupInput 8 }