OBJECT

DayRangeType

Each day range is a time range and the days of the week that are in that time range

link GraphQL Schema definition

  • type DayRangeType {
  • # The days of the week that are in this time range
  • days: [String]
  • # The time range that is in this time range
  • time_range: String
  • }