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

Articles

Next.js (App Router), GraphQL Codegen & TanStack Query

Dive into a practical guide on leveraging Next.js, App Router, and GraphQL Codegen within the Tanstack ecosystem. This article explores the seamless integration of these tools, offering insights into efficient query handling. Explore the code and strategies to enhance your development workflow.

The Architect’s Dilemma: Navigating the world of GraphQL

Embark on a journey through the complexities of GraphQL architecture with this insightful read. Navigating the challenges faced by architects in the GraphQL world, the article provides practical perspectives on decision-making and problem-solving. It's a thoughtful exploration of the dilemmas architects encounter in shaping effective GraphQL solutions.

How to analyze the usage of your GraphQL Schema

Delve into the world of GraphQL schema analysis in this article. With a pragmatic approach, it guides readers through the process of scrutinizing GraphQL schemas for usage insights. The piece sheds light on practical methods to analyze and optimize schema usage, making it a valuable resource for developers looking to streamline their GraphQL implementations.

Videos

Do We Still Need GraphQL with React Server Components?

In this video, Roy discusses the question of whether GraphQL is still a valid choice for developers now that React Server Components have been introduced in Next.js 14. Also, we'll discuss how tRPC would be useful for modern web developers.

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.