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

Articles

GraphQL Fragments: The Perfect Match for UI Components

Unleash the power of GraphQL fragments! Dive into how these dynamic tools complement UI components, streamlining development and enhancing flexibility. Learn how to harness their potential to create more efficient, maintainable, scalable user interfaces. Let's demystify GraphQL fragments and revolutionize your approach to frontend development!

Building a Simple Blogging GraphQL API with Django and Strawberry

Embark on a journey into GraphQL API development with Django and Strawberry! This insightful guide will walk you through building a simple yet powerful blogging API. From setup to implementation, discover how to leverage the best of Django's capabilities and the elegance of Strawberry to create a robust backend solution. Get ready to level up your GraphQL skills and unlock new possibilities for your projects!

GraphQL Insights with Stellate

Ready to elevate your GraphQL game? Join us as we unveil the secret to clarity in GraphQL with Stellate. This illuminating read will explore how Stellate revolutionizes GraphQL development by simplifying complex schemas and optimizing performance. Whether you're a seasoned developer or just starting, this article will guide you through harnessing the power of Stellate to streamline your GraphQL projects and achieve unparalleled clarity. Get ready to transform your GraphQL experience!

Tools & Open Source

Rate Limiting for Federated GraphQL APIs with Cosmo Router & Redis

Discover the key to managing rate limits in federated GraphQL APIs with WunderGraph! This article delves into the intricacies of rate limiting and how WunderGraph provides a seamless solution. Learn how to handle API requests efficiently, ensuring fair usage and optimal performance across your federated GraphQL services. Whether you're a seasoned developer or new to GraphQL federation, this guide will empower you to implement effective rate-limiting strategies. Let's dive in!

Inigo Plugin for GraphQL Yoga

The Inigo team is excited to announce that Inigo now fully supports integration with GraphQL Yoga, the latest and most flexible GraphQL server by The Guild.

Grafbase: Automatic Persisted Queries

And the Grafbase team released support for Automatic Persisted Queries for their GraphQL platform.

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.