availableFunds
The funds you can select for a product, so an offer never has to guess at an ISIN.
Pass an isin from this list as FundSelectionInput.id when creating an offer. A fund
missing from this list will be rejected by the insurance system at createOffer.
The list is refreshed from the insurance system once a day — see syncedAt on the
connection for how fresh the answer is. Requires the same permission as createOffer.
availableFunds(
pagination: FundsPaginationInput
product: PlatformInsuranceProduct!
): AvailableFundsResult!
Arguments
availableFunds.pagination ● FundsPaginationInput input
availableFunds.product ● PlatformInsuranceProduct! non-null enum
The product whose fund range you want. Resolves to that product's default tariff; see
PlatformInsuranceProduct for the three products with an uncovered variant tariff.