200 OK! Error Handling in GraphQL
We all know what happens in GraphQL when things are going well, but what happens when things don’t go so well? How do you handle errors in GraphQL? What is an error? Find out how not all ‘errors’ are errors, how we can have a better understanding of our data, and how to model domain errors in our GraphQL schema.