You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
I have checked that and we cannnot save this and this even makes no sense.
We need to simply execute mutations again based on the database entires on application start.
Same as we do in offix-js. This is very trivial task but it will make sure that data is not lost
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See if the InterceptorRequest can be saved to the db
To support offline mutations even when the app is closed, we need to persist the requests in our db.
https://github.com/apollographql/apollo-android/blob/master/apollo-runtime/src/main/java/com/apollographql/apollo/interceptor/ApolloInterceptor.java#L114
Not of immediate concern but something that we should be aware of.
The text was updated successfully, but these errors were encountered: