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

Articles

Building Open Source GraphQL Security

Delving into the realm of GraphQL security, this article provides a pragmatic exploration of open-source solutions. It navigates the intricacies with a balanced approach, offering insights without overwhelming enthusiasm. Readers will find a concise, informative guide to bolster their understanding of securing GraphQL in an open-source landscape.

Implementing a Relay GraphQL Server in Rust

If you're looking into building a Relay style GraphQL server in Rust, this article by Jordan has everything you need to get started.

How to load test your graphQL API using GitHub actions and Artillery

Suneeth will guide you through the process of load testing a GraphQL API using GitHub Actions and Artillery. The article is a straightforward resource for those seeking a hands-on approach to ensuring the robustness of their GraphQL infrastructure.

Embracing GraphQL - A Collaborative Journey

The journey of adopting GraphQL technology is a shared adventure, characterized by unique challenges and common trends. As we delve into the stories of fellow GraphQL adopters, it becomes evident that the journey is not a solitary quest, but rather a collective effort involving multiple stages of growth, exploration, and innovation.

Tools & Open Source

Announcing Fuse.js: The opinionated framework for creating typesafe data layers

Stellate is excited to announce Fuse.js, an opinionated open-source framework for creating typesafe data layers with ease. It’s tailor-made to make it simple to transform backend APIs to frontend needs.

Twitter Threads

Matteo Collina on Twitter about Platformatics launch day

The Platformatics team released a bunch of new features and improvements to change the way developers build and manage digital platforms.

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.