-
Hi! Love the lib, one thing I cannot figure out is how to store the total object count which is necessary for the UI. We also need rendered pagination like so.
instead of just
example query
AFAIK the response from the async function should only return pure data otherwise things such as mutations won't work. My suboptimal solution here is:
However this requires more work such as save total for a specific key (globaly). Did i miss something in the documentation that would allow me to use something similar that would solve the total count problem? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nevermind, I assumed the mutation automatically updates the query state. |
Beta Was this translation helpful? Give feedback.
Nevermind, I assumed the mutation automatically updates the query state.