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