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

Articles

Building a GraphQL server with Netflix DGS: An unfiltered review

Check out Hasuras candid review of building a GraphQL server with Netflix's DGS! Dive into their thoughts on the process, its perks, and pitfalls. Whether you're a seasoned developer or just dipping your toes into GraphQL, this article has insights to offer.

dashQL- GraphQL Caching Solution

Curious about boosting your GraphQL API's performance? Dive into DashQL, another GraphQL caching solution! In this article, Dan explores how DashQL can turbocharge your app's responsiveness, making your users happier and your backend smoother.

Persisted Operations: The Easiest Way to Secure & Speed up Your GraphQL API

Wondering how to beef up security in your GraphQL APIs? Look no further! Dive into Stellate's latest article, where Max and Mark unpack the power of Persisted Operations. Learn how this approach can fortify your GraphQL backend against malicious attacks, ensuring your data stays safe and sound. Ready to level up your security game?

Benchmarking Grafbase vs Apollo vs Cosmo vs Mesh

Ever wondered how different GraphQL federation engines stack up against each other in terms of performance? Get ready to geek out with us on Grafbase's blog! In this article, they dive deep into benchmarking Grafbase against Apollo, Cosmo, and Mesh. Discover which one comes out on top and gain insights into optimizing your GraphQL setups. Let's roll up our sleeves and crunch some numbers!

Podcasts & Shows

One Edge Provider - Build In Public With The Stellate Team Behind OEP

In this episode of GraphQL Radio, Andreas Heiberg, Stellate's Engineering Manager, guides a discussion with colleagues on the deployment of One Edge Provider (OEP). A transformative project for Stellate's system, aimed at significantly enhancing Stellate's caching services. Ensuring 2x faster GraphQL Edge Caching.

Videos

Theo - t3.gg, gql.tada makes me miss GraphQL…

Theo - t3.gg on how gql.tada makes him miss GraphQL and how it existing earlier might have changed how things turned for him.

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.