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