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

Articles

Customize your GraphQL Federation authentication and authorization

Learn how to customize your GraphQL Federation authentication and authorization strategies with Grafbase Extensions. Use existing extensions like JWT, Authenticated or Requires Scopes or build your own!

Building a GraphQL Gateway for a Multi-Service E-commerce Platform

Explore how to implement a practical GraphQL gateway with complete CRUD operations for a multi-service architecture

Tools and Open Source

Strawberry GraphQL Federation Playground

Playgrounds are super useful for debugging and understanding how things work in minimal setting. Try out new schema/directives and see how subgraphs interact with each other, print stuff to the console. Hot-reloading and instant feedback!

Announcements

Seeking GraphQL Subject Matter Experts

Help shape GraphQLConf’s schedule!

Events

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.