Add a getNextPage thing in infinite-query #1870
Unanswered
CaffeineDuck
asked this question in
Ideas
Replies: 1 comment
-
param is just a name. If your api returns a full url, you can return that from getNextParam as well and then use that value to make the request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey I have a suggestion, in react-query infinite queries maybe a getNextPage things can be added cause getNextParam is helpful but sometimes the API provides us directly with the next page link so it would be helpful if we could directly send the next page link instead of passing the param!
Beta Was this translation helpful? Give feedback.
All reactions