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

Articles

GraphQL for Beginners: Schema-first vs Code-first

Victoria looks at the two ways we can build our GraphQL APIs, how they differ, and their respective advantages and disadvantages.

Stellates GraphQL Metrics: Full Observability for Your GraphQL API

Stellate recently released a new dashboard and, as part of that release, a completely revamped GraphQL Metrics product that provides full observability for your API.

Forging GraphQL Bombs, the 2022 version of Zip Bombs

While ZIP Bombs are a thing of the past, their concept is still relevant. Gautier from Escape looks at how those concepts can be applied to GraphQL and, more importantly, how to mitigate those attacks.

Scaling GraphQL with Redis Consumer Groups

The team at Parabol saw their GraphQL API response times starting to increase and looked into how to improve their setup. They decided to scale their backend based on Redis Consumer Groups and write up their experience.

Podcasts & Shows

Peggy Rayzis on Apollo, GraphQL’s Rise, DevRel & more

Peggy Rayzis is leading the Developer Experience organization at Apollo, a department that intersects the efforts of engineers, developer advocates, educators, writers, and filmmakers, who are all united in their mission to inspire and equip developers to be successful with using Apollo products.

Videos

Secure APIs with GraphQL Armor

This week's graphql.wtf episode shows you how to secure your API with GraphQL Armor, a customizable security middleware built for almost any JavaScript-based GraphQL engine.

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.