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

Articles

GraphQL for eCommerce: Benefits, Best Practices

Shoppers expect fast, seamless experiences—whether on a desktop web app, mobile phone, or smart fridge. GraphQL aligns perfectly with these needs.

Revisiting GraphQL in 2025: A Type-Safe Stack with Pothos and Relay

Build a GraphQL server in 2025 using a modern, type-safe stack.

Videos

Identity and GraphQL More Than You Want to Think About IDs

How Meta tackles identifier chaos and prevents system-wide identification disasters.

The Intersection of GraphQL and Design Systems in Product Development

Uncover how it transforms mock data, centralizes UI engineering, and elevates team collaboration.

GraphQL Field Discovery and Query Generation Using Generative AI

Revolutionizing GraphQL field discovery and query generation to supercharge developer productivity.

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.