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.
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.