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

Articles

How PlayStation Optimized Performance and Revenue for Their Digital Store with GraphQL Federation

Curious how PlayStation supercharged their digital store? Dive into their GraphQL journey: unified APIs, slick performance, and a wishlist that wows. Peek behind the curtain of PS5’s slick experience!

The Top Trends Shaping APIs in 2025

APIs are evolving at warp speed in 2025! AI’s reshaping everything—design, security, even why APIs exist.

Events

GraphQL Meetup London - July 2025

GraphQL federation across nations, Apollo tooling demos, and the real reason 4M developers picked Sentry for their crashes. Spoiler: it involves pizza and networking.

Videos

SchemaDriven UI Components Revolutionizing Headless ERP with GraphQL

Discover why GraphQL is a game-changer for modern ERPs! Unleash flexible queries, seamless integrations, and auto-generated UI components with Schema-Driven UI.

Improve Application Performance and User Engagement with Advanced GraphQL Features

Curious how Meta slashed app lag? Dive into their GraphQL experiments—batched @defers to cut frame drops and slick CDN prefetching to speed up media loads. Unlock the secrets to smoother scrolling!

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.