Frank Sullivan
08/11/2023, 5:26 PMFrank Sullivan
08/11/2023, 5:30 PMApolloRequest -> Apollo HttpRequest -> OkHttp Request
The Apollo HttpRequest does not have a concept similar to tags and so even if I were to override the HttpRequestComposer or even the Engine, I would not be able to carry the ExecutionContext over to the OkHttpRequest.
Currently the idea to beat is to have some special header that I can parse on the OkHttp side with an OkHttp Interceptor that is upstream of the others. This doesn't feel great, though
I was curious if anyway had a better idea by chance?bod
08/11/2023, 5:34 PMFrank Sullivan
08/11/2023, 7:20 PMyschimke
08/12/2023, 9:39 AMyschimke
08/12/2023, 9:42 AM