INPUT_OBJECT
OpeningHourInput
Input type for updating opening hours
link GraphQL Schema definition
- input OpeningHourInput {
- # Day of week
- : DayOfTheWeek
- # Is location closed all day?
- : Boolean
- # Is location open all day?
- : Boolean
- # List of time slots
- : [TimeSlotInput]!
- }