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