Replies: 1 comment 1 reply
-
Yes, it is. You need to keep some local state that holds the interval value and update that state in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to change the refetchInterval for a query based on the response it returns. I have a query that fetches status at regular interval. Initially the refetchInterval is 5 minutes. But I want to change this interval if the status return by this query changes to say "IN_PROGRESS".
Beta Was this translation helpful? Give feedback.
All reactions