
I have a server that sends back a new JWT with each response. There's a simple example on the Apollo docs of setting request headers, but no mention of accessing response headers.
The main reason to do this, was accessing the Authorization header so that I could update a JWT token that I stored on the client side.
Adding the Link
Go into your Apollo Client…
