I am using react query in my react app this way
const { data, status } = useQuery(key, queryFunc, { staleTime: 1 * 60 * 1000 });
I want t