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

Articles

Welcoming New TSC Members

The Technical Steering Committee welcomes Martin Bonnin (Apollo) and Pascal Senn (ChilliCream) as new members, alongside the re-election of Kewei Qu (Meta), Rob Richard (1stDibs), and Uri Goldshtein (The Guild).

Videos

Building Agentic GraphQL APIs With LLM Tool Use & Knowledge Graphs

This talk from the APIs Devroom at FOSDEM 2025 introduces Modus, an open source framework for building intelligent GraphQL APIs powered by WebAssembly. We will learn how Modus auto-generates GraphQL APIs inferred by user-defined types and uses WebAssembly to enable highly performant and scalable APIs that run in a sandboxed memory efficient environment. Modus also brings the power of open source AI models to the API developer with first class support for working with AI models. We will demo using Modus to build an agentic API capable of fetching data from multiple sources and analyzing the data in real-time using knowledge graph RAG to make decisions using LLM tool use.

Efficient Cross-Platform GraphQL and State Management with React Native

Learn to build seamless GraphQL + React Native apps that work everywhere. Perfect for devs looking to level up their mobile development skills. Don't miss this practical workshop!

Getting Your Data Ready for AI With a Unified GraphQL and SQL Endpoint

Build a unified, secure interface for advanced AI. Hands-on exercises with Anthropic API.

Community & Open Source

GraphQLConf 2025 CFP is now open!

Submit CFP before May 4

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.