Replies: 1 comment 2 replies
-
Can you clarify what you mean by a "custom page/range"? Are you talking about what a Overall, the page param system is designed to work off of the data already in cache, not passing in new arguments. In other words, it always looks at "what pages do we currently have cached?". From that, So, if I have a query set up where page Either way, you don't pass arguments into |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there, maybe I am super stupid right now but I do not understand how to define a custom page/range in an Infinite Query Call:
This is my query:
now when I scroll up quite fast in my calendar I want to fetch the current page/daterange the first and then resolve the one in between my starting point and my current date range, so I build a task queue which buffers all pages I hit while scrolling up and do last in first out:
But it seems that I cant pass any custom params as pageParam is always my last fulfilled call.
Can somone help me out please?
Beta Was this translation helpful? Give feedback.
All reactions