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

GraphQL Community

Your Holiday Gift: GraphQLConf 2025 comes to Europe

GraphQLConf 2025 heads to Amsterdam! First time in Europe – find out why this is the perfect holiday gift for your 2024 budget

Articles

Coinbase's Network Optimization Playbook

Dive into how Coinbase's engineering team tackles performance at scale through smart request patterns, load management, and system guardrails. Their latest blog breaks down practical strategies for building robust distributed systems.

What is GraphQL Federation?

Tired of deployment bottlenecks and team dependencies in your monolithic GraphQL API? Federation lets you split it into independent subgraphs, giving teams the freedom to ship faster. See how →

From Vulnerabilities to Edge Protection with Stellate

Learn how you can use Stellate to protect your GraphQL APIs!

Tools & Open Source

Hive Brings Persisted Documents Support to Apollo Router

Hive team has released support for App Deployments (persisted documents) in Apollo Router. This integration enables developers to publish and manage their GraphQL operations as versioned applications in the Hive Registry.

Federation Support Checklist for GraphQL Codegen

Eddy's working on enhancing the developer experience and would love your feedback on what's working and what could be better!

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.