INPUT_OBJECT

ScheduleSegmentOptions

The optional parameters for scheduleSegment.

link GraphQL Schema definition

1input ScheduleSegmentOptions {
5
2# The reference time to request segments after. If not provided, the current time
3# will be used.
4relativeDate: Time
9
6# The desired timezone for the times sent with the returned segments. If not set,
7# UTC is used.
8utcOffsetMinutes: Int
13
10# The weekday that is used to mark the beginning of the week. If not supplied,
11# this will default to "MONDAY".
12startingWeekday: ScheduleSegmentDay
14}