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

Announcements

Join the GraphQL Stream Team at GraphQLConf 2025!

Join us at GraphQLConf 2025 in Amsterdam (Sep 7-10) to connect with experts, dive into innovations, and swim for ALS research. Early bird tickets available now!

Videos

Building a Serverless GraphQL Subscription Gateway for EventDriven Architectures

How MOIA built a serverless WebSocket gateway to revolutionize real-time fleet tracking and team collaboration.

GraphQL Clients in 2024

Unveiling cutting-edge developments that are reshaping data connectivity and API interactions in 2024.

What if ... How to Achieve GraphQL Domination

n innovative exploration of radical improvements and untapped potential in API design.

Spec Agnostic Executor for Federated GraphQL

A zero-dependency executor that brings unprecedented flexibility, caching, and spec-agnostic design.

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.