apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Question: opt-out of refetch when variables change

Open heivo opened this issue 8 months ago • 1 comments

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

heivo avatar Jun 03 '24 07:06 heivo