SegmentPaginator
A paginated list of Segment items.
type SegmentPaginator {
paginatorInfo: PaginatorInfo!
data: [Segment!]!
}
Fields
SegmentPaginator.paginatorInfo
● PaginatorInfo!
non-null object
Pagination information about the list of items.
SegmentPaginator.data
● [Segment!]!
non-null object
A list of Segment items.
Returned By
segments
query