Hi guys,
It is very strange when my HTTP response codes are not corresponding to the error I want to return to the front end. How can I change that?
I've tried overriding the GraphQLMiddleware, but it is triggered only when my query doesn't have errors.
Thank you!