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

Articles

Airbnb’s Microservices Architecture Journey To Quality Engineering

If you’re interested in learning more about how large companies solve their engineering challenges, this article from Antoine on Airbnb's journey is a must-read.

GraphQL Composite Schemas Working Group

There are many different ways to combine GraphQL schemas, and it’s often challenging to design your schema in a way that makes it easy to use for composite schemas later on. Benjie proposes a GraphQL Working Group to look into this issue and start working on a common spec.

Videos

Schema-first or code-first GraphQL

Getting started with GraphQL doesn't always mean you need to write your schema by hand. Instead, you can use code-first tools to define your type definitions and resolvers.

Events

GraphQL Conf 2022

The GraphQL Foundation's inaugural GraphQL Conf will be co-located with OpenJS World and cdCon in Austin, TX, on June 7-8, 2022. This collaborator summit-style event will be an opportunity for core GraphQL spec and implementation developers to meet in person, discuss recent work, and plan for the future.

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.