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

Articles

Proposal the @imminent Directive: Future-Proofing GraphQL API Changes

A new way to communicate upcoming changes that allows clients to prepare for new required fields before they’re enforced.

4 Ways to Perform GraphQL Schema Checks with Inigo

Breaking changes can disrupt client functionality and create maintenance overhead. With Inigo, backward compatibility scheme checks become a streamlined, integrated part of your development workflow, ensuring your APIs remain stable and reliable.

Tools & Open Source

GraphQL Network Inspector Reaches 100k Users Milestone

Network Inspector tool crosses a major milestone with 100,000 developers now using it for GraphQL development

Videos

GraphQL Federation in the Wild

Learn how organizations leverage federation for team autonomy, centralized governance, and API scalability. Gartner predicts 30% enterprise adoption by 2027 - discover why this architecture is becoming crucial for modern API landscapes.

Ahead-of-Time Techniques Help You Write GraphQL Libraries!

Explore how compiler techniques can enhance GraphQL deployments in production. Learn to build a powerful Intermediate Representation (IR) for GraphQL queries and schemas that simplifies client development, improves telemetry, and optimizes network performance.

Empathy Driven Development

Learn strategies for future-proofing your developer experience as technology evolves and workflows transform.

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.