Hi all, are there examples of displaying data usin...
# apollo-kotlin
v
Hi all, are there examples of displaying data using cursor based pagination but also have subscription for each page as existing data can be updated in real-time and new data could be added at the top of the list?Is this even possible ?
w
I don't think there's anything built-in but I suppose it's possible. We've implemented not a cursor-based but other kind of paging and it works, but the entire thing is just a dedicated homegrown implementation for our needs. There are quite a lot of edge cases to cover, too
v
ah cool….