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

Articles

Debugging GraphQL n+1 Issues With Open Source Tracing Tools

In this blog post, you'll dive into the world of GraphQL performance debugging with open-source tracing tools. Discover how these tools can help you identify and resolve performance issues in your GraphQL APIs. From understanding query execution times to pinpointing bottlenecks, this article explores practical techniques to optimize your GraphQL server. Whether you're a developer or an enthusiast, get ready to unravel the mysteries behind GraphQL performance and boost your application's efficiency.

Best Practices in Testing GraphQL APIs

Get ready to level up your GraphQL API testing game with this informative blog post. Delve into the best practices for testing GraphQL APIs and uncover valuable tips to ensure the reliability and functionality of your endpoints. This article covers everything you need to know to build robust GraphQL APIs, from designing effective test cases to leveraging testing frameworks. Whether you're a seasoned developer or new to GraphQL, this guide will help you master the art of testing GraphQL APIs with confidence.

Key Insights from the GraphQL EU Gathering

Earlier this week, a bunch of GraphQL folks had the pleasure of meeting up in Berlin for the GraphQL EU Unconference. And Jamie took the time and wrote up a summary of the event.

Custom Error Handling in GraphQL — with examples

Discover the power of custom error handling in GraphQL with this insightful blog post. Learn how to handle and communicate errors effectively in your GraphQL APIs, ensuring a smooth and user-friendly experience. This article guides you in implementing custom error-handling strategies through practical examples and step-by-step explanations. Whether you're a GraphQL developer or simply curious about error management, this resource equips you with the knowledge to tackle errors like a pro and deliver exceptional GraphQL APIs.

Tools & Open Source

GraphQL Caching Made Easy: Quell 9.0’s Time to Shine

The Quell team is proud to present the latest updates for Quell 9.0! Quell is a blazing-fast caching solution for your GraphQL querying needs. We have worked hard on improving Quell under the hood for the longevity and durability of the product.

exograph - build fast, flexible, secure backends in minutes

Exograph's Rust runtime automatically executes secure queries for your Postgres database and comes with an efficient Deno-powered runtime for custom logic.

Videos

graphql.wtf | GraphQL JIT

Execute and compile highly optimized code with GraphQL JIT.

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.