I’ve implemented a RetryLink into my Apollo Client as follows: The goal is to use a custom header sent by the server to adjust the delay (the server is rate limited). However, the headers field in the response is always empty. The response itself is present and looks as follows: If I use another link the header is there as