INPUT_OBJECT

CreateRecurringSchedulePart

link GraphQL Schema definition

1input CreateRecurringSchedulePart {
3
2repeatIntervalUnit: IntervalUnit!
5
4repeatInterval: Int!
7
6durationSeconds: Int
10
8# Time of day, required for repeat interval unit in days.
9startTime: Time
11}