I’m aware that ApolloGraphQL server always returns a 200, regardless of whether a query succeeded or not. But that assumes that the connection actually made it to the GraphQL server.
My problem is that I need to log and handle other status codes that get returned from our gateway, such as 400, 401, 500, etc.
I’ve searched the usual spots, including here, but haven’t really found an answer that applies, especially re: Multiplatform. Is this status code available via ApolloResponse or some other mechanism?