Await invalidated queries
Hi, is is possible to await the refresh of a query you just invalidated ? For example instead of queryClient.invalidateQueries({ queryKey: ['todos'] }) I would like to to something like this, await queryClient.invalidateQueriesAndWaitForFetch({ queryKey: ['todos'] })