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

Articles

Why Netflix Took a Bet on GraphQL

Netflix embraced GraphQL as a core technology in its development ecosystem. This article looks closely at the reasons behind Netflix's decision to adopt GraphQL, exploring its potential benefits to the streaming giant. Find out how this move could shape the future of Netflix's infrastructure and enhance the user experience for millions of subscribers.

The complete GraphQL Scalar Guide

Curious about the diverse range of scalar types in GraphQL? Look no further! This article serves as your ultimate guide, diving deep into the world of GraphQL scalars. From the familiar ones like Int and String to the lesser-known ones like DateTime and BigInt, you'll understand each scalar's purpose, usage, and potential gotchas comprehensively. Whether you're a beginner or an experienced GraphQL developer, this guide has got you covered.

Unraveling the Challenges of BFF Federation

Building Backends for Frontends (BFF) using federation can be complex, but fear not! This insightful article unravels the challenges associated with BFF federation, shedding light on the potential roadblocks and offering practical solutions. Whether you're new to BFF or an experienced developer looking to optimize your federation implementation, this guide will equip you with valuable insights and strategies to tackle the intricacies of BFF federation head-on.

Why you should use edge functions with GraphQL

This article dives into the world of edge functions and explores why they can be a game-changer when used in conjunction with GraphQL. Discover the benefits of leveraging edge functions to enhance performance, security, and scalability in your GraphQL architecture. Whether you're a GraphQL enthusiast or simply curious about the latest trends, this guide will illuminate the power of combining GraphQL with edge functions.

Videos

GraphQL Analytics and Security with Inigo

Contextualized analytics for any GraphQL API.

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.