Apollo Link response headers
问题 I am using the latest version of Apollo Client in a simple React app and I am trying to pull out a header value from the response that is being used to show the size of the record set being returned. I appreciate that this is not the most elegant way of providing the result set size, but that is how the API has currently been set up. I was hoping to use the the middleware type options to do this, but when I inspect the response object I can't seem to pull out any headers. The network trace