refetchOnWindowFocus for useQuery can't be changed

useQuery always fetches the data on each tab focus. As I understand, useQuery always set

refetchOnWindowFocus

property to true and I don’t see a way to change it.

Is it a way to not fetch data each tab focus for useQuery?

Out if the box redwood uses apollo client and it doesnt look like apollo has that functionality according to this issue

There are work arounds listed in that thread but it doesnt look like there is a officially supported way

Thank you!