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

Articles

Introducing the Dagger GraphQL API

Dagger, a programmable CI/CD engine that runs your pipelines in containers, announced the release of their internal GraphQL API for everyone as a unified interface for programming the Dagger Engine using any standard GraphQL client.

The simplicity of tRPC with the power of GraphQL

The Wundergraph team explores the developer experience and tradeoffs of tRPC and GraphQL and how we could get the same benefits with GraphQL APIs.

Add Python to your GraphQL API with GraphOS and Strawberry GraphQL

The Apollo team explains how to create a federated subgraph in Python using the Strawberry GraphQL library.

Tools & Open Source

GraphQXL, a new language that extends GraphQL

GraphQXL is a new language built on top of the GraphQL syntax that extends the original language with some additional features useful for creating scalable and extensive server-side schemas.

Magidoc v3.0.0

Magidoc, a free open-source static documentation website generator for GraphQL, released version 3 with a transition from introspection to SDL templates and directive documentation.

Videos

GraphQL with Hoppscotch

Hoppscotch is a desktop and browser-based app you can use to make GraphQL requests. You can save requests for later with collections, use variables, browse the documentation, and more.

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.