AvailableFundsConnection
One page of the product's fund range.
type AvailableFundsConnection {
edges: [AvailableFundEdge!]!
pageInfo: PageInfo!
syncedAt: DateTime
totalCount: Int!
}
Fields
AvailableFundsConnection.edges ● [AvailableFundEdge!]! non-null object
AvailableFundsConnection.pageInfo ● PageInfo! non-null object
AvailableFundsConnection.syncedAt ● DateTime scalar
When this product's fund list was last refreshed from the insurance system. null means we
hold no fund rows for this product — either it has never been refreshed, or its most recent
refresh found none, and we cannot currently tell those two cases apart. Either way, an empty
page is not a promise that the product has no funds — contact us if you expected some.
AvailableFundsConnection.totalCount ● Int! non-null scalar
How many funds the product offers in total, across every page.
Implemented By
AvailableFundsResult union