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

Articles

The truth about scaling Automatic Persisted Queries

In this candid exploration, the author delves into the realities of scaling automatic persisted queries. Stripping away the hype, they provide a down-to-earth perspective on the challenges and nuances of this often-misunderstood aspect of GraphQL optimization. Join them as they uncover the truth behind this vital component, offering valuable insights for developers navigating the intricacies of modern web development.

Secure your Apollo GraphQL server with Semgrep

In this article, the author explores the practical application of Semgrep for bolstering the security of your Apollo GraphQL server. Taking a no-nonsense approach, they break down the steps to enhance the resilience of your GraphQL implementation. Dive into this informative piece for a grounded perspective on safeguarding your server against potential vulnerabilities in the ever-evolving landscape of web security.

Mastering the Realm of GraphQL Exploitation

In this article, the author embarks on a journey through the intricate realm of GraphQL exploitation. With a pragmatic approach, they shed light on the strategies and vulnerabilities lurking beneath the surface of GraphQL APIs. Join them for a sobering exploration of the security challenges that developers and security professionals must grapple with in an age where GraphQL is increasingly prevalent in web applications.

Tools & Open Source

Gato GraphQL v1.0 🎉

After a really long time (spanning several years), development of the Gato GraphQL plugin has finally reached v1.0! If you aren't familiar, Gato GraphQL is a tool for interacting with data in your WordPress site. You can think of it as a Swiss Army Knife for dealing with data, as it allows to retrieve, manipulate and store again any piece of data, in any desired way, using the GraphQL language.

Podcasts & Shows

graphql.wtf, Interview with Laurin Quast

Learn more about Laurin, GraphQL Envelop and Yoga in this interview.

GraphQL Radio, Luke Millar, VP Engineering at Medium

Luke Millar is a seasoned software engineer with extensive experience across the spectrum, from small startups to industry giants. Following the acquisition of his former venture, Projector, by Medium, Luke has taken the helm as the Vice President of Engineering at Medium, spearheading key initiatives and charting the course for technical excellence.

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.