AvailableFundEdge
No description
type AvailableFundEdge {
cursor: String!
node: AvailableFund!
}
Fields
AvailableFundEdge.cursor ● String! non-null scalar
Pass this value as after or before to page from this fund. Opaque: do not build it
yourself, and do not store it beyond the walk — a fund the insurance system withdraws
takes its cursor with it, and the next page then returns an InputValidationError with
PAGINATION_CURSOR_NOT_FOUND rather than silently ending your walk.
AvailableFundEdge.node ● AvailableFund! non-null object
Member Of
AvailableFundsConnection object