From Chaos to Clarity: Understanding GraphQL Error Codes with Stellate, AWS Lambda, API Gateway, and Apollo
GraphQL handles error codes a bit differently compared to REST Apis. While we still get HTTP response codes like
200 OK
400 Bad Request
500 Server Error
It often happens that an error happened even if we received a 200 status code.
This blog pos...
engineering.hashnode.com9 min read