How can we execute Relay-style cursor paginated queries? #3130
Answered
by
TkDodo
daniellin215
asked this question in
Q&A
-
Just looked at the docs and it seems like only the page and offset pagination is mentioned, but I was wondering if anyone with GraphQL uses cursor based pagination and react-query? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Dec 27, 2021
Replies: 1 comment 1 reply
-
the infinite query example uses cursor-based pagination: https://react-query.tanstack.com/examples/load-more-infinite-scroll |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
daniellin215
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the infinite query example uses cursor-based pagination: https://react-query.tanstack.com/examples/load-more-infinite-scroll