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

Articles

The Guild GraphQLConf 2023 Recap

Laurins and Uris recap of GraphQLConf 2023, their key takeaways as well as memorable moments from the event.

inigo's GraphQLConf 2023 Recap: A Celebration of Knowledge and Community

Continuing with recaps of GraphQLConf, the inigo team published their take aways as well.

Dataloader 3.0: A new algorithm to solve the N+1 Problem

In this down-to-earth exploration, the author dives into the latest release of DataLoader 3.0, shedding light on its breadth-first data loading approach. No hype, no frills, just a practical breakdown of what this update means for developers. So, if you're curious about DataLoader's evolution, join the author for an insightful journey into its latest features.

An Introduction to Federated GraphQL — and WunderGraph Cosmo

In this laid-back read, the author offers a beginner-friendly introduction to Federated GraphQL and WunderGraph Cosmo. No need for rocket science here; it's a straightforward dive into the basics of these technologies. So, if you've been curious about how they work together, kick back and let the author break it down for you in plain English.

Tools & Open Source

Introducing Pathfinder: The Missing GraphQL IDE

As the GraphQL ecosystem matures and expands, the tools developers use should evolve, too. Developers need better tooling and a better experience, like you see with REST API tooling, to build GraphQL-powered applications with ease. This is why the Grafbase team launched Pathfinder, their GraphQL IDE. With a focus on usability, efficiency, and familiarity, Pathfinder is a desktop IDE solution for GraphQL developers. Using Pathfinder, developers can build GraphQL endpoints as easily as they build any other code, in an intuitive environment.

Podcasts & Shows

From getting hacked to cybersecurity founders with Antoine Carossio and Tristan Kalos from Escape.tech

Escape helps you Find and fix GraphQL security flaws at scale within your DevSecOps process. In this podcast the founders Antoine and Tristan share their journey and what they have planned.

Videos

GraphQLConf 2023 Talk Recordings

The recordings for all of the GraphQLConf 2023 talks are available as well. So if you missed out on the event, no worries, you can still watch all those amazing talks.

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.