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

Articles

How to Simulate GraphQL APIs (And How We Do It)

Challenges in simulating (mocking) GraphQL APIs, and an explanation of how we implemented our solution.

Getting Started with Apollo MCP Server for any GraphQL API

Why write custom AI integrations when you can transform GraphQL operations into Claude-ready tools automatically?

The Future of MCP is GraphQL

Apollo's CEO explains why direct API-to-AI connections break at scale—and how GraphQL solves the orchestration problem.

Events

Your New Favorite Rubber Duck: Using AI to Reflect, Review, and Refactor Your APIs

Apollo meetup this Wednesday: Learn how AI became the ultimate rubber duck for API design and schema reviews

Stop Passing the Hot Potato: Leveraging API Orchestration to Drive Developer Efficiency

Live May 29: Apollo shows how to stop passing API orchestration between teams and actually solve the problem.

Hands-On with Apollo MCP Server

Hands-on Apollo meetup June 11: Watch live as we turn GraphQL operations into AI tools using MCP Server.

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.