OBJECT
The connection type for Segment.
type SegmentConnection {# A list of edges.edges: [SegmentEdge] # A list of nodes.nodes: [Segment] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }