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

Videos

Theo - t3.gg, gql.tada makes me miss GraphQL…

Theo - t3.gg on how gql.tada makes him miss GraphQL and how it existing earlier might have changed how things turned for him.

Videos

Jamie's 3 minute intro to gql.tada 🎉

If the gql.tada documentation above isn't enough to get you interested, maybe this 3-minute video by Jamie Barton can. He shows you how to get started and take advantage of the improvements this new library offers.

Videos

Do We Still Need GraphQL with React Server Components?

In this video, Roy discusses the question of whether GraphQL is still a valid choice for developers now that React Server Components have been introduced in Next.js 14. Also, we'll discuss how tRPC would be useful for modern web developers.

Videos

GraphQL Mesh - Query Any API, Run On Any Platform • Uri Goldshtein • GOTO 2023

There is an old debate about which API protocols are better. OpenAPI, GraphQL, gRPC and others. In this talk I'll demonstrate why you don't need to choose one. You can achieve complete interoperability between any protocol and use the best feature of each for the right task in the right runtime environment (even only on the client...)

Videos

😲 15 things (you didn’t know) you can do with GraphQL in WordPress

Leonardo was invited to present Gato GraphQL at WordCamp Malaysia a couple weeks ago. The video from his interesting talk is now available for you to watch.

Videos

GraphQLConf 2023 Talk Recordings

The recordings for all of the GraphQLConf 2023 talks are available as well. So if you missed out on the event, no worries, you can still watch all those amazing talks.

Videos

GraphQL list query naming conventions

Let's talk about some of the most common ways you can name list queries.

Videos

Why not just use fetch with GraphQL?

Jamies reaction video to a recent Reddit question on what's the point of GraphQL client libraries over fetch.

Videos

graphql.wtf | GraphQL JIT

Execute and compile highly optimized code with GraphQL JIT.

Videos

GraphQL Analytics and Security with Inigo

Contextualized analytics for any GraphQL API.

Videos

Tools every frontend developer should be using with GraphQL in 2023

Check out Jamies recommended top 5 tools you should be using as a frontend developer in 2023 when working with GraphQL.

Videos

Next.js Route Handler with Yoga | graphql.wtf

The latest graphql.wtf episode explores how to create your own GraphQL Yoga route handler with Next App Router.

Videos

Rewriting Relay's GraphQL Compiler in Rust

What's a GraphQL compiler, and why would you want to (re)write one in Rust? How does Rust measure up compared to JavaScript (and other alternatives) when it comes to building this kind of software? Robert Balicki (engineer at Meta on the React Data team) talks about the decision and process of rewriting Relay's GraphQL Compiler in Rust, before diving into lessons learned. Watch to learn not only about how Relay is used and why they decided to rewrite its compiler in Rust, but also about the DOs and DON'Ts of writing compiler-like things.

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...

Videos

Automate deploying GraphQL APIs to Cloudflare Workers

Deploy your GraphQL Yoga server automatically to Cloudflare Workers using GitHub Actions.

Videos

Type-safe GraphQL resolvers with garph

We've shared garph on the newsletter a couple of weeks ago. But now Jamie has created an awesome graphql.wtf episode which we simply have to share as well.

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.