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

Articles

Why you should Relay give GraphQL another look

Wundergraph's integration with Relay makes Jens argue for giving Relay another look. He includes examples, step-by-step instructions and shares how easy it is to get started with that combination. So, if you're on the fence, read this article!

Cursor-Based Pagination in GraphQL

In this informative post, Yuleidy delves into the world of cursor-based pagination in GraphQL. She explores the benefits of this approach over traditional offset-based pagination and provides a detailed tutorial on how to implement it in your own GraphQL API. Don't miss out on this must-read article for any GraphQL developer!

Why and How to secure your GraphQL server

Are you concerned about the security of your GraphQL server? In this post, Ilija explores the various security vulnerabilities that GraphQL servers can face and provides practical advice on securing them. From authentication and authorization best practices to implementing rate limiting and query validation, he covers everything you need to know to protect your GraphQL API from malicious attacks.

Podcasts & Shows

Chatting GraphQL with Jamie Barton of Grafbase

Tinybird chats with Jamie Barton, a DevRel at Grafbase. Jamie shares his insights on the benefits of using GraphQL for API development and his experiences working for Grafbase. With plenty of practical advice and inspiration, this interview is a must-read for anyone interested in GraphQL and API development. Don't miss out on this fascinating conversation!

Videos

How GraphQL & Apollo help drive Reddit's mission - Savannah Forood & Jameson Williams

Jameson and Savannah share some of the ways Reddit are using Apollo and GraphQL to deliver on their mission to bring community, belonging and empowerment to everyone in the world. After 4 years of GraphQL successfully powering the iOS home feed, the gateway eventually became unwieldy. So Reddit turned to federation. Once a federated graph was in place Reddit were able to build services in individual subgraphs, allowing engineers to work in unison, but independently. And inevitably opening the doors to some exciting projects...

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.