TanStackT
TanStack16mo ago
5 replies
brilliant-lime

Understanding .refetch() and error retry behavior.

Hey there,

I have a query where I am awaiting .refetch() and then using the resulting data from it. I am wondering if in this case React Query does the retry behavior on failure, and if so, if that is included in the await for refetch.
Was this page helpful?