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

Videos

Let's Pair: GraphQL Codegen Federation Support (Part 1)

In this new video series, we follow along as Eddy explores the intricacies of Apollo Federation while working to improve GraphQL Code Generator's federation support.

Events

FOSDEM 2025: GraphQL, OpenAPI, AsyncAPI, and friends room

Join us on Saturday for talks covering GraphQL, OpenAPI, AsyncAPI and more. Plus, get your questions answered at our special GraphQLTechnical Steering Committee members. Dive deep into the future of APIs with the community!

Articles

From REST to GraphQL: Why and How I Made the Switch

Learn from one developer's journey transitioning from REST APIs to GraphQL, with insights on handling complex, interrelated data in modern applications.

Detecting GraphQL Injection: Tools and Techniques for Security Testers

Discover essential tools and techniques for detecting GraphQL injection vulnerabilities in modern APIs.

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.