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

Articles

Managing GraphQL at Scale

Bill Doerrfeld from DevOps.com takes a look at the current state of GraphQL adoption, and common issues when scaling your GraphQL APIs as well as how to address them.

Mock GraphQL Subscriptions with Laika

Bazyli Brzóska from the Zendesk engineering team takes a look at Laika, a new library that helps with testing, mocking, intercepting, and modifying Apollo Clients operations and how it can be used to help test GraphQL subscriptions.

Tools & Open Source

GraphQL-JS v16 is out!

A couple of days ago GraphQL-JS v16 was released. ? It's a full rewrite in TypeScript and contains a ton of other new features and bug fixes! Overall 18 folks contributed to the new version.

Tutorials

GraphQL TypeScript

The "How To GraphQL" site has a new fully fleshed out tutorial on how to build an idiomatic GraphQL server with TypeScript and Prisma.

Videos

Modern GraphQL Crash Course - 2022

Laith Harb brings us a 3.5hrs long crash course on everything GraphQL. For those interested in more, this video is part of a longer course on Udemy.

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.