offix-android
offix-android copied to clipboard
Apollo GraphQL offline extensions for Android Platform
## Feature Request To support offline mutations even when the app is closed, we need to persist the mutation requests in the database. - Implement a database (using SQLite or...
## Feature **Implement GraphQL fragments in sample GraphQL files** - GraphQL fragments are the way to make queries and mutations effectively. We have not use fragments in our sample application...
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...