Replies: 1 comment
-
no, sorry. you can debounce the call to |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Due to some questionable backend design I'm not able to change, sometimes I need to wait a few seconds after performing a mutation before the updated data is available to the query. How about adding a delay as an optional argument to
invalidateQueries
? In this non-ideal world it's not crazy that an update might not be immediate after a mutation, so this seems like it might be a useful feature.Beta Was this translation helpful? Give feedback.
All reactions