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

Articles

Native Subscriptions in Federated GraphQL with Cosmo Router

Explore the nuances of native subscriptions in federated GraphQL with Cosmo Router. This article takes a practical approach, dissecting the intricacies without overwhelming jargon. Dive into the realm of GraphQL federation and gain insights into leveraging native subscriptions efficiently.

A Beginner's Guide to GraphQL in Scala

Embark on a beginner-friendly journey into the realm of GraphQL in Scala. This article gently introduces the uninitiated to the fundamentals. No overwhelming tech speak, just a casual stroll through the basics, making GraphQL approachable for those taking their initial steps in the Scala ecosystem.

Practical Strategies for GraphQL API Rate Limiting

Delve into practical strategies for GraphQL API rate limiting with this insightful piece. The article, adopting a down-to-earth tone, provides real-world approaches without drowning in technicalities. It's a guide that navigates the complexities of rate limiting in GraphQL, offering pragmatic insights for developers seeking effective implementation strategies.

Tools & Open Source

Announcing Open Source Hasura GraphQL Engine v3

Read up on the latest developments with the open-source Hasura GraphQL Engine v3. The article offers an informative exploration of the updates, making it accessible for those intrigued by the latest features and enhancements in Hasura's GraphQL Engine.

OSLabs Qevlar

Qevlar is a dependency-free security testing library for GraphQL APIs that runs directly from your CLI. It assesses vulnerabilities to a multitude of DoS attacks, malicious SQL/NoSQL injections, and more.

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.