Production Ready GraphQL{ blog }
PRG{ blog }
Exploring the many ways to design errors in a GraphQL API
Marc-Andre Giroux
Learn how to design and build predictable, performant, and secure GraphQL APIs at scale. A 180-pages book full of tips I've aquired over the past 5 years. Check it out →
The most recent articles on Production Ready GraphQL
Performance
GraphQL has a reputation for its N+1 problem which can often happen when implemented naively. This leads to many of us trying and thinking about how to solve the issue of data fetching with GraphQL in the most efficient way.
GraphQL
What are the best use cases for GraphQL? When should we look into something else instead? In this post, we take a look at GraphQL's Sweet Spot.
Schema Design
This post is a snippet from Production Ready GraphQL. It is part of an update I’m working on for the schema design chapter in version 1.3. I decided to release it publicly as well because this side of abstract types is not talked about very much, and the subtle differences between interfaces and unions are not always easy to grasp. Hope you enjoy!