Clear the react query cache
Hello, I want to clear the react query cache after signing out from the application. I tried to create query client instance and configured it in the options in <Refine/> after wrapping it with <QueryClientProvider /> and used the useQueryClient to clear the cache on signout but it didn't work at all. So how do we clear the react query cache in refine??
