How to use cursor pagination for previous page? i need to fetch the items with pagination, new API version changed , please help!
Hello there @viki and welcome to the community!
I hope you like it here
I am not sure I understand the question. You can query for items_page, get the cursor, and then use next_items_page using the cursor you got from the first query. Then you can go to the next page using the next cursor and so on. If you want to go back to a previous page, you can just use a cursor from a previous page.
Is that what you were asking?
Looking forward to hearing from you
Cheers,
Matias