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

Articles

Customize and enhance your GraphQL APIs with Grafbase Extensions

GraphQL Federation has historically been constrained by the complexities of managing subgraphs, custom integrations, and infrastructure overhead. While existing solutions provide ways to unify GraphQL APIs, they still require significant operational effort. Until now. We’re excited to introduce Grafbase Extensions, a powerful new way to customize and enhance your GraphQL APIs without the hassle of building and maintaining additional infrastructure. With WebAssembly-powered extensions, you can federate any API, database, or service into your GraphQL schema, whether it’s REST, gRPC, or Kafka. With Extensions, you can bring in any authentication (e.g. OpenID connect) or custom authorization logic directly into the gateway.

GraphQL: Federation, Performance, And The Pursuit Of Developer Experience

Explore the evolution of GraphQL, from overcoming monolithic graphs to enhancing developer experience and boosting performance.

Apollo: GraphQL Now Connects to REST APIs With Little Fuss

While organizations have long sought to integrate REST APIs with GraphQL, the process of separately integrating each API has remained a widespread and persistent pain point.

Events

[Live Demo] Getting to production with Apollo Connectors

Join Michael Watson, Head of Developer Relations at Apollo GraphQL, as he walks you through how to take a locally working Connectors project and bring it to production. See first-hand how to deploy a flexible orchestration layer with Apollo Router in your cloud provider, rapidly publish updates to your Connectors without any code, and validate your graph changes with production traffic using schema checks.

London GraphQL April Meetup

Come and join us for the Spring edition of London GraphQL; Two talks on the most up-to-date GraphQL topics interspersed with pizza and networking, and a casual get together afterwards at a local pub.

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.