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

Announcements

Neo4j announces GraphQL for AuraDB

Neo4j has extended it's AuraDB platform to offer GraphQL connectivity for customers using Neo4j Graph Database. It's available from 7th May 2025 for AuraDB Professional and AuraDB Business Critical customers. A trial is also available. Support for additional AuraDB tiers will be forthcoming.

Relay v19.0.0

React 19 support, massive docs upgrade, and game-changing type safety with new fragment alias requirements. Developers, level up!

Vessels API

Unlock 220,000 ships' secrets with a new GraphQL API. Dive deep into ownership, track maritime insights like never before!

Videos

Scaling and Securing API Development with a GraphQL Platform

Manage APIs like a pro! Prevent breaking changes, track usage, and secure your schema with smart registry tools for seamless collaboration.

Dynamic but Safe Operations Using AI to Generate Trusted Operations from Text Prompts

Supercharge developer productivity! Discover how GitHub's API turns schemas into smart, context-aware coding assistants that ship features lightning-fast.

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.