Skip to content

RecurringDaysData

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

Fields

day_ranges · [DayRangeType!] · The days that are in the time range
id · ID! · required · The unique identifier of the recurring days data

Used By

Definition

"""
Each data point has a time range and the days that are in that time range
"""
type RecurringDaysData {
"""
The days that are in the time range
"""
day_ranges: [DayRangeType!]
"""
The unique identifier of the recurring days data
"""
id: ID!
}