You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using useLazyQuery that I manually (re-)trigger when a user presses a button. I have the problem that the query is also re-triggered automatically whenever one of the reactive query variables change.
Is there any way to prevent this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
useLazyQuery
that I manually (re-)trigger when a user presses a button. I have the problem that the query is also re-triggered automatically whenever one of the reactive query variables change.Is there any way to prevent this?
Thanks in advance
The text was updated successfully, but these errors were encountered: