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

Articles

Exploring the future potential of generic GraphQL error codes

Leonardo explores the possibilities of standardized error codes. He provides an overview of where they have already been discussed, the benefits of adding them to the spec, and a potential design and implementation.

What we learned about cache hit rates from caching thousands of GraphQL APIs

Max looks at what the GraphCDN team has learned about cache hit rates over the last couple of months and how your use case might affect it.

GraphQL Fastify vs Apollo Server — Learnings from the real world

Rui dives into issues they were facing with their production GraphQL deployment and how they overcame them. In the process, he’ll also compare Apollo GraphQL to GraphQL Fastify Server

Tools & Open Source

Manipulate and query GraphQL Schemas with ease using Microfiber

The Anvil team released SpectaQL a while ago. Now they are back with Microfiber, a tool to make interacting with and manipulating a GraphQL schema easy.

YarQL, A Graphql library for GoLang

If you’re working with GoLang and are looking into GraphQL, give YarQL a try.

Videos

graphql.wtf: GraphQL Yoga 2

In the latest episode of graphql.wtf Jamie dives into the recently released GraphQL Yoga 2 and explores how easy it is to get started building a GraphQL Server with GraphQL Yoga — featuring Subscriptions, Error Masking, and Plugins.

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.