Skip to content

DayRangeType

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

Fields

days · [String] · The days of the week that are in this time range
time_range · String · The time range that is in this time range

Used By

Definition

"""
Each day range is a time range and the days of the week that are in that time range
"""
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
}