useQuery and refetchInterval
Hello everyone, i'm writing a custom hook call api with useQuery. I have a confuse problem with my code, if still in the stale time value, whether data is from cache or it will be fetched from a new query api?
I

0 Replies