queryClient.ensureQueryData with multiple queries ? #5553
-
|
Hi, how can i handle queryClient.ensureQueryData with multiple queries ? |
Beta Was this translation helpful? Give feedback.
Answered by
samhirtarif
Jun 11, 2023
Replies: 1 comment 4 replies
-
|
I am not entirely sure what you want to do here, perhaps more explanation with a code example would help. But from what I understand from your question you might be able to use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After scouring the docs, to my knowledge,
queryClienthas no method out-of-the-box that supports what you are trying to acheive. But, you still might be able to achieve calling bothensureQueryDatasimultaneously with something like this