UsersCollectionSegment
A segment of a collection.
type UsersCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [User!]
totalCount: Int!
}
Fields
UsersCollectionSegment.pageInfo ● CollectionSegmentInfo! non-null object
Information to aid in pagination.
UsersCollectionSegment.items ● [User!] list object
A flattened list of the items.
UsersCollectionSegment.totalCount ● Int! non-null scalar
Returned By
users query