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

Articles

Protecting GraphQL APIs from malicious queries

Are you looking to safeguard your GraphQL APIs from potential threats? Check out this insightful article that explores practical techniques for protecting your APIs against malicious queries. With a focus on enhancing security measures, the post dives into various strategies, highlighting the importance of query allow-listing and rate limiting. Gain valuable insights on bolstering your GraphQL API defenses and ensuring a safer environment for your application.

Migrating Netflix to GraphQL Safely

Curious about how Netflix successfully migrated to GraphQL without compromising safety? Look no further! This engaging article spills the beans on Netflix's safe transition to GraphQL, covering their migration strategy and the challenges they encountered along the way. Gain insights into their implementation process, discover the benefits of GraphQL, and learn how they ensured a smooth and secure transition for their vast streaming platform.

Building realtime apps with Server-Sent Events and GraphQL

Ready to dive into the world of building real-time apps? This engaging article explores the power of Server-Sent Events (SSE) and GraphQL in creating dynamic and responsive applications. Discover how SSE and GraphQL work together seamlessly, enabling you to deliver real-time updates to your users. From implementation tips to practical examples, this post offers valuable insights for developers looking to harness the potential of real-time functionality in their applications.

Matt Kane shares some details about Netlify Connect

Netlify Connect syncs all your data sources into a shared data layer with a GraphQL API. Here's how and why!

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.