How can you use cache with pagination and flows on Android?

Hi there,

I’m trying figure out how to use Apollo on Android to setup flows (.toFlow()) with watch() and a backing cache while using pagination? It’s not clear to me how to send the next cursor to the query while maintaining the flow?

The docs talk about caching and flows, and separately talk about pagination, but not the two concepts together, as far as I can tell. Any guidance would be greatly appreciated.