I've been looking ways to show upload progress in apollo graphql android library. If anybody has done it please share the code.
Asked
Active
Viewed 2,437 times
3
-
1Hi! You best bet in that case is most likely to look into OkHttp interceptors and overwrite the body with something that can track progress. – mbonnin Sep 09 '20 at 09:15
-
Need more info on what kind of client you are using for the file upload. This discussion may give you some direction: https://github.com/jaydenseric/apollo-upload-client/issues/88 – ege Sep 15 '21 at 17:31