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