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