Return (http status code) errors when query fails
Opened this issue · 0 comments
eaceto commented
Is your feature request related to a problem? Please describe.
When a GraphQL query fails, it returns a response with Status Code 200.
Describe the solution you'd like
Capture and analyse the GraphQL response, determine if it's an error, and add a (failure) status code to the HTTP Response.