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