Apollo Plugin issue with fetching status code

Hi,
I’m trying to log my status codes coming from Apollo server when using express middleware. I’m passing the full context and fetching the status code from responseContext.context.expressContextRes.statusCode and while this field always resolves to 200 even if the client receives 400/500. is there a way to fetch the actual status code that the client receives?

Thanks!