apollo
apollo copied to clipboard
Question: opt-out of refetch when variables change
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