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

Articles

Enhance Your GraphQL Federation API with NATS Subscriptions using Grafbase

The NATS extension enables you to publish and subscribe to NATS subjects directly from your GraphQL API, and lets you use the key-value store to store and retrieve data.

Nullability

This article reflects Benjie's opinions on the past and the future of Nullability in GraphQL; but note that these are merely opinions.

Announcements

eBay backs WunderGraph to BuildOpen Source GraphQL Federation

WunderGraph, as the company is called, today said it has raised $7.5 million in a Series A round of funding to “scale its open source GraphQL federation.” Investors include eBay’s VC arm eBay Ventures, Karma Ventures and Aspenwood Ventures. In addition to investing in the startup, eBay is also serving as a core design partner as WunderGraph has set about building an open source alternative to rival GraphQL company, Apollo.

Videos

GraphQL Subscriptions in Production Is Easy Isn't It

Navigate production complexities with deep insights into WebSockets, PubSub, authentication, and scaling real-time app architectures!

Performing Impossible Feats with Isograph

Web dev's impossible challenge: Perfect data fetching, zero waste, lightning-fast loads, minimal JS, real-time updates—solved! Isograph rewrites the rules of React and GraphQL performance.

Dynamically Serving a GraphQL API with Custom Types at Runtime

Solving dynamic type challenges with Strawberry, conquering runtime graph generation and performance hurdles in customer-specific APIs

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.