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