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