A weekly newsletter of the best news, articles and projects about GraphQL

Articles

The Road to GraphQL At Enterprise Scale

In this article, you'll find a practical exploration of implementing GraphQL at an enterprise scale. Nik shares valuable insights and experiences to help you navigate the challenges and benefits of adopting GraphQL in large-scale projects. Get ready to delve into the road to GraphQL, discovering its potential in real-world scenarios.

Custom Error Handling in GraphQL — with examples

If you've ever grappled with error handling in GraphQL, this article has got you covered! Delve into practical examples and learn how to implement custom error handling in your GraphQL projects. Sumita offers insightful guidance on tackling errors effectively, making your GraphQL API more robust and user-friendly. Get ready to level up your error-handling game with this informative read!

GraphQL Persisted Operations

Hey there, fellow developers! Looking to optimize your GraphQL performance? This article is a must-read! Discover the power of persisted operations and how they can significantly boost the efficiency of your GraphQL API. Jovi shares valuable insights and practical tips to help you implement persisted operations effectively. Say goodbye to redundant work and hello to a more streamlined GraphQL experience. Let's dive in and level up our GraphQL game together!

Build and Deploy a GraphQL API to the Edge with MySQL and PlanetScale

Ever wondered how to build and deploy a GraphQL API to the edge using MySQL and PlanetScale? Look no further! In this comprehensive guide, Jamie takes you on a step-by-step journey to harness the power of these tools. From setting up MySQL to deploying your API on PlanetScale, you'll gain practical insights to streamline your GraphQL workflow. Get ready to level up your GraphQL game and make your projects more scalable and efficient!

GraphQL Foundation

Technical Working Group videos now available on YouTube

Have you been missing out on recent GraphQL Working Group meetings? Want to catch up on the latest conversations about Incremental Delivery, GraphQL over HTTP, and Input Unions? Thanks to Benjie, now you can. He has done the onerous job of updating the GraphQL Foundation’s YouTube playlists with all the latest recordings of GraphQL Working Group meetings!

Videos

Why not just use fetch with GraphQL?

Jamies reaction video to a recent Reddit question on what's the point of GraphQL client libraries over fetch.

Feeling nerdy? Query issues of GraphQL Weekly, with GraphQL itself!
Powered by the GraphQL Playground
Enter a query
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  allIssues {
    id
    title
    published
    number
    date
    author {
      avatarUrl
      description
      name
    }
  }
}
or press CMD + Enter
Result
Curated by Stellate, and the awesome GraphQL community.