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

Articles

Scaling GraphQL development at Meetup

Dive into our journey of scaling GraphQL development at Meetup. Learn how they tackled challenges, optimized performance, and empowered their team to build better, faster, and stronger. Get ready for some behind-the-scenes insights and practical tips to level up your GraphQL game! 🚀🔍

The GraphQL Survey 2024

Wondering about the latest trends in GraphQL for 2024? Dive into Hygraphs GraphQL Survey results and discover the pulse of the developer community. From popular tools to emerging practices, they've got the insights you need to stay ahead. Whether you're a seasoned pro or just starting out, there's something here for everyone.

Stellate Launch Week: Harden your GraphQL API with Stellate

Like any technology, operating GraphQL comes with security considerations to account for. Many of the security considerations stem from what makes GraphQL great - its flexibility. We’ve shipped several new features that will help you harden your GraphQL API so that you may continue to take advantage of GraphQL’s flexibility without sacrificing security.

Tools & Open Source

Announcing three open source Rust crates for the GraphQL ecosystem

One of the major strengths of GraphQL is a single, well defined standard, with a schema language, validation rules, and adjacent specs. Libraries can effectively implement the common interfaces, standard-defined behavior, and compose within the GraphQL ecosystem in any language. To expand GraphQL support in Rust, Grafbase recently introduced three open-source crates.

Podcasts & Shows

GraphQL Radio with Alessandro Volpicella from Hashnode

Alessandro Volpicella is a skilled Fullstack Developer and Platform Engineering Lead at Hashnode, and is passionate about building serverless products. Sandro is at the forefront of shaping innovative developer blogging experiences. Alongside his coding endeavors, Sandro is the author of a comprehensive book on AWS Fundamentals, offering practical insights at awsfundamentals.com.

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.