INPUT_OBJECT
TypedIntervalParams
link GraphQL Schema definition
- input TypedIntervalParams {
- # The day or days this interval is relevant for
- : RecurringScheduleType!
- # The start time of the interval
- : NonLocalizedTime!
- # The end time of the interval
- : NonLocalizedTime!
- }