OBJECT
SegmentGroupConnection
A connection to a list of items.
link GraphQL Schema definition
- type SegmentGroupConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [SegmentGroupEdge]
- # A list of SegmentGroup nodes.
- : [SegmentGroup!]!
- # The total count of items in the connection.
- : Int!
- }