apollographql / apollo-ios

📱  A strongly-typed, caching GraphQL client for iOS, written in Swift.
https://www.apollographql.com/docs/ios/
MIT License
3.87k stars 717 forks source link

Process Mutation on a Queue when encountering network errors #3336

Closed ekahannah closed 7 months ago

ekahannah commented 7 months ago

Question

Hi all, Just wondering if there is a feature in Apollo iOS to handle processing mutations in a queue and retry them when there's a network problem or when the data was not sent successfully

calvincestari commented 7 months ago

HI @ekahannah - no we do not provide automatic retry functionality, this is something you would have to build yourself as an interceptor in the request chain.

github-actions[bot] commented 7 months ago

Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.