apollo-feature-requests
apollo-feature-requests copied to clipboard
Manually retry all failed queries
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