OBJECT

ScheduleSegmentListConnection

Paginated list of segments using the Relay cursor specification.

link GraphQL Schema definition

1type ScheduleSegmentListConnection {
2
3# The list of schedule segments.
4edges: [ScheduleSegmentListEdge!]
5
6# Pagination information for this connection.
7pageInfo: PageInfo!
8
9}