DEV Community

Cover image for GraphQL errors: the Good, the Bad and the Ugly
Antoine Carossio
Antoine Carossio

Posted on

GraphQL errors: the Good, the Bad and the Ugly

Abstract: We, at Escape, have been using GraphQL for our apps for a long time, before many quality tutorials were available. Because we lacked experience, we made design mistakes on many aspects of our GraphQL API. This article reviews the evolution of how we return errors from our API, for consumption by the frontend and other internal services, emphasizing what could be improved on each step.

πŸ‘‰ Read more directly on our blog: https://escape.tech/blog/graphql-errors-the-good-the-bad-and-the-ugly/

Best,
Antoine

Top comments (0)