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

Articles

Federated GraphQL — A Catalyst for Digital Transformation

In this article, you'll explore the concept of Federated GraphQL and its role as a catalyst for digital transformation. The author delves into the benefits of this approach, highlighting its ability to streamline data integration and improve scalability in modern applications. Then, through a concise and informative discussion, the article offers insights into how Federated GraphQL empowers organizations to enhance their digital ecosystems and meet the evolving demands of today's interconnected world.

5 Key Takeaways and 2 Challenges of writing an API with GraphQL

Discover five key takeaways and two challenges of writing an API using GraphQL. The author shares personal experiences and insights, shedding light on the benefits and complexities of adopting GraphQL in API development. With a conversational tone, the article provides valuable lessons and practical considerations for developers seeking to leverage GraphQL's capabilities in their projects.

graphapi's Top 10 GraphQL Tools for 2023

Are you looking to dive into the world of GraphQL tools? Look no further! This informative article offers a comprehensive overview of the various tools available for GraphQL development. From popular libraries to powerful IDE extensions, the author highlights essential tools that can streamline your GraphQL workflow. With practical insights and recommendations, the article is a valuable resource for developers eager to enhance their GraphQL development experience and boost productivity.

Using @defer Directive with GraphQL Code Generator

Prepare to explore the exciting world of deferred support in GraphQL code generation! This article delves into the concept of deferred support and its significance in optimizing GraphQL queries. The author provides insightful explanations and practical examples to demonstrate how leveraging deferred support can improve performance and enhance the user experience. Whether you're a GraphQL enthusiast or a developer seeking to optimize query execution, this article offers valuable insights and actionable advice to level up your GraphQL code generation skills.

Tools & Open Source

GraphQL Network Inspector is now available on Firefox

If you're using Firefox and were a (tiny) bit jealous that Chrome folks had access to GraphQL Network Inspector, we've got good news for you. It's now available for Firefox as well! 🎉

Events

Announcing HasuraCon 2023 | June 20-22 | Virtual

Join Hasura for three full days to learn, share, celebrate, and geek out on the future of Hasura and GraphQL.

Videos

Next.js Route Handler with Yoga | graphql.wtf

The latest graphql.wtf episode explores how to create your own GraphQL Yoga route handler with Next App Router.

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.