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