Is pagination available for ios?

The documentation does not cover pagination when you set the “Apollo Client” option in the website.
I read throught the generated API file and dont find a fetchMore function, and I can not activate “cursor” or “offset” in sandbox. In the app if I add offset it just crashes in some ways 400 no records found

Hi, thanks for reporting the missing documentation. I found a pagination guide in the tutorial for the 0.x versions. That tutorial isn’t being updated for 1.0 but we are working on a different one.

The networking stack hasn’t changed from 0.x to 1.0 so the guide should still be mostly correct. I’ll look at getting a pagination specific page up on the 1.0 documentation so it’s not only tucked away in the tutorial.

thank you! Will see if it still works