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

Articles

A Developer’s Journey To the AI and GraphQL Galaxy

In this exploration of one developer's voyage into the realms of AI and GraphQL, Yonatan shares their personal journey and experiences. From the initial curiosity that sparked their interest to the challenges faced along the way, this article offers an authentic glimpse into the world of these cutting-edge technologies.

Scaling GraphQL with Postgres - Lessons learned from our database timeout issues

In this article, Martin takes us on a journey through the ups and downs of scaling GraphQL with Postgres. Drawing from their own experiences and the lessons learned from grappling with database timeout issues, this piece offers practical insights for developers looking to navigate similar challenges.

GraphQL Federation with Ballerina and Apollo

Thisaru embarks on a 2-part journey to explore GraphQL federation using Ballerina and Apollo. With a grounded and practical approach, the author shares insights and experiences gained while delving into this topic. This piece serves as a valuable resource for developers seeking to understand the intricacies of GraphQL federation and how to implement it effectively with Ballerina and Apollo.

GraphQL with Django: The Complete Guide to Building Efficient APIs

Daniel dives into the world of GraphQL with Django, offering a detailed guide for building efficient APIs. With a pragmatic approach, the author shares valuable insights and practical tips garnered from their own experience. Whether you're a Django enthusiast or just curious about GraphQL, this piece is a must-read, providing a solid foundation for creating robust and streamlined APIs.

Tools & Open Source

API Security Academy (by escape)

API Security Academy provides hands-on, interactive lessons that teach various vulnerabilities and best practices in GraphQL security. You can access its full learning potential directly in your browser. Each lesson is built around a WebContainer containing a live GraphQL application, so you'll not only understand why a vulnerability is risky, but also how to exploit it and, most importantly, how to fix it.

Videos

😲 15 things (you didn’t know) you can do with GraphQL in WordPress

Leonardo was invited to present Gato GraphQL at WordCamp Malaysia a couple weeks ago. The video from his interesting talk is now available for you to watch.

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.