Refetch (from useQuery) with new variables not working

I notice the refetch function from useQuery doesn’t work with new variables. The function itself works except that the new variables passed to it don’t get called or used.

What’s the fix?