apollo-feature-requests icon indicating copy to clipboard operation
apollo-feature-requests copied to clipboard

Manually retry all failed queries

Open andresribeiro opened this issue 2 years ago • 0 comments

It would be extremely useful to have a function to retry all failed queries. Apollo Link already does this automatically, but having a retryAllFailedQueries function the client could call it when the connection conditions change. For example, in the browser you can use the Network Information API and in React Native the React Native Network Info API to get that information

andresribeiro avatar Aug 21 '22 17:08 andresribeiro