OBJECT
ScheduleSegmentListConnection
Paginated list of segments using the Relay cursor specification.
link GraphQL Schema definition
1 type ScheduleSegmentListConnection { 2 3 # The list of schedule segments. 4 : [ScheduleSegmentListEdge!] 5 6 # Pagination information for this connection. 7 : PageInfo! 8 9 }