INPUT_OBJECT

ScheduleSegmentListInput

The inputs for the segmentList query.

link GraphQL Schema definition

1input ScheduleSegmentListInput {
4
2# Flag to indicate whether in progress segments should be returned.
3ignoreInProgress: Boolean
8
5# The reference time to request segments after. If not provided, the current time
6# will be used.
7startTime: Time
12
9# The desired timezone for the times sent with the returned segments. If not set,
10# UTC is used.
11utcOffsetMinutes: Int
13}