OBJECT
TypedInterval
Time interval with day specification
link GraphQL Schema definition
- type TypedInterval {
- # The day or days this interval is relevant for
- RecurringScheduleType! :
- # The start time of the interval
- NonLocalizedTime! :
- # The end time of the interval
- NonLocalizedTime! :
- }