OBJECT

RecurringDaysData

Each data point has a time range and the days that are in that time range

link GraphQL Schema definition

  • type RecurringDaysData {
  • # The days that are in the time range
  • day_ranges: [DayRangeType!]
  • # The unique identifier of the recurring days data
  • id: ID!
  • }