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