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

Articles

Serverless GraphQL Federation Router for AWS Lambda

Embark on a journey to streamline your AWS Lambda experience with this insightful article. Discover the ins and outs of implementing a serverless GraphQL federation router, tailor-made for developers seeking practical solutions. Skip the fluff and dive into a concise guide that demystifies the complexities, providing valuable insights for optimizing your GraphQL setups within the AWS Lambda environment. Explore without the fuss and level up your serverless architecture game.

Seaography: A Quick Dive into GraphQL for Rust Backend Development

Dive into the world of GraphQL for Rust backend development with this article on Seaography. In a quick yet comprehensive read, it explores the nuances, offering a practical guide for developers. Skip the jargon and get straight to the insights, making it an ideal pitstop for anyone navigating the realms of GraphQL in Rust.

Mastering GraphQL Complexity: A Guide to Effective Governance

Embark on the journey of mastering GraphQL complexity with this guide on effective governance. The article, a roadmap for developers, navigates the intricacies without unnecessary fluff. It's your companion to understanding and implementing robust governance strategies in the GraphQL landscape. Skip the complexities, embrace the insights, and elevate your GraphQL game with practical wisdom.

Tools & Open Source

Unleash the Power of Security with GraphQL Protect: Fortifying Your GraphQL APIs

Gear up to fortify your GraphQL APIs with this guide on GraphQL Protect. Unleash the power of security in a no-nonsense read tailored for developers. Skip the hassle, dive straight into practical tips, and bolster your GraphQL defenses. It's your go-to resource for securing your APIs effectively and navigating the security landscape with confidence.

Graffy

Graffy is a Chrome "side panel" extension that listens for GraphQL results on visited websites. When found, that data is transformed into a "network" graph using vis.js. Originally designed as the missing graph visualization tool for Apollo Studio, Graffy can reveal interesting networks returned by all sorts of sites that use GraphQL.

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.