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

Articles

Discover Apollo’s latest innovations to revolutionize API and GraphQL development

Join Apollo’s CTO and Head of Developer Relations on February 19th for an exclusive look at Apollo’s new and advanced innovations. Through interactive learnings and demos, you’ll learn how your team can leverage these groundbreaking features to transform hours of API orchestration work into just minutes, while advancing development speed, execution quality and API fidelity.

Videos

Doing the bare minimum with Isograph @ SF GraphQL

Discover how Isograph helps developers build lightning-fast apps with minimal overhead, bringing enterprise-level frontend optimizations from big tech to everyone through an innovative compilation approach.

GraphQL BFFs and AI

Discover the power of GraphQL APIs for AI applications. Easily connect models, databases, and systems while enabling tailored data views for each app. No more one-size-fits-all approaches.

Why You Should Use Implementation-First to Build Your GraphQL Schema

Explore the overlooked "implementation-first" approach used by Facebook for GraphQL servers. Learn why inferring schemas from code and business logic is often the optimal choice for projects.

Community & Open Source

GraphQLConf 2025 CFP is now open!

Submit CFP before May 4

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.