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

Tools and Open Source

Introducing MCP support: Vibe code with your GraphQL API

MCP is a new protocol, launched in November 2024 by Anthropic, designed to make structured data explorable and actionable via natural language. With this release, Grafbase becomes the first GraphQL Federation platform to offer MCP out of the box - removing the need to stand up your own server, configure authentication, or fine-tune access control.

@apollo/client-integration-nextjs Released

Apollo Client releases stable Next.js integration with multipart query support, no-waterfall experience, and Apollo Client 4.0 alpha with 25% smaller bundle.

Events

London GraphQL April Meetup

Come and join us for the Spring edition of London GraphQL; Two talks on the most up-to-date GraphQL topics interspersed with pizza and networking, and a casual get together afterwards at a local pub.

Announcements

Seeking GraphQL Subject Matter Experts

Help shape GraphQLConf’s schedule!

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.