How to modify request body "extensions" field in Apollo Android
February 11, 2021 at 6:48pmHow to modify request body "extensions" field in Apollo Android
February 11, 2021 at 6:48pm (Edited 2 months ago)I'm trying to modify the request body "extensions" field and add an extra value along with "persistedQuery".
Questions :
- What's the best approach to do this in Apollo?
- Can it be done at the per-request level, similar to what we have for headers (requestHeaders(header) in ApolloQueryCall)
February 11, 2021 at 7:13pm
Hi (mbonnin) Thank you for the quick response and the workaround. Created an issue to track it [https://github.com/apollographql/apollo-android/issues/2922].