Replies: 1 comment
-
|
i don't tink its currently possible but could be wrong |
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.
-
I am using angular-query, I would like to for example: you need to press a button to load a list of permissions from an API so they can be editted in place without interruption due to tanstack query auto refreshing, only when on the edit permissions page.
However on other pages I would need the standard regularly refreshing transtack query provides.
Is this even possible?
I tried putting both
in override and per operations override but it only ever does one or the other
Beta Was this translation helpful? Give feedback.
All reactions