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

Tools and Open Source

GraphiQL 4.1 is Released

Three years in the making and GraphiQL 4.1 just dropped. Monaco editor migration is happening, React context got the boot, and UMD builds are officially dead. The GraphQL tooling world just got interesting.

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.

June 11 - Hands-On with Apollo MCP Server

Watch live as Apollo turns GraphQL operations into AI tools using MCP Server.

Articles

Apollo MCP Server: Bridging AI Agents and GraphQL APIs

Apollo just dropped their MCP Server and suddenly AI agents can talk to your APIs without breaking everything. GraphQL meets ChatGPT, governance actually works, and developers might sleep better tonight.

New Gateway Between AI Agents and Enterprise APIsa

Apollo's MCP Server just made AI agents and enterprise APIs best friends. GraphQL orchestration meets ChatGPT, governance doesn't break, and your legacy REST APIs can finally join the AI party without a complete rewrite.

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.