-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gql_http_link] Add response headers to context #119
Comments
Hey @micimize, I am using cookies for authenticating my requests. I found a workaround) at least for now for achieving it. Curious about your thoughts in terms of performance passing a custom http client. Thank you! |
@joshuadeguzman any performance hit would be due to the overall performance diff between |
Cross-posting the tl;dr of zino-hofmann/graphql-flutter#704 (comment) here for more visibility and a reminder: we stuff the raw response object into the context that we can extract from a custom link. |
In
graphql-flutter
I closed an issue about a specific solution for accessing response headers a while ago, but never followed up with the correct solution (adding headers to context)zino-hofmann/graphql-flutter#371
The text was updated successfully, but these errors were encountered: