Hi,
First thanks for the great library. I'm trying to use it with react-query and noticed that you recommend this for the configuration:
const queryClient = new QueryClient({
defaultOptions: {
queries: {
refetchOnWindowFocus: false,
staleTime: Infinity,
gcTime: Infinity,
},
},
});
I was wondering is there any documentation on what Supabase Cache Helpers is doing to keep the data up-to-date?