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

Articles

GraphQL Observability

Marc-André dives into GraphQL Observability, which questions you should ask yourself when assessing your tooling, and provides tips on implementing or improving your setup.

Overview of GraphQL Frameworks in Java

If you’re working with Java and want to add GraphQL to your stack, see Rahul's article, which provides an in-depth overview of the various clients and their advantages and shortcomings.

Tools & Open Source

GraphiQL v2.0.0

GraphiQL saw its big 2.0 release this week with many awesome changes (some of them breaking) and a completely new design. More improvements are planned, but be sure to check out the new version!

Improved Security with GraphQL Armor support for Yoga Server 2

The Guild worked with the Escape team to support GraphQL Armor within GraphQL Yoga and make this process as straightforward as possible.

Videos

GraphQL Yoga Subscriptions with Redis

In this week's episode of graphql.wtf, Jamie shows us how to use Redis with GraphQL Yoga for managing the GraphQL Subscriptions PubSub bus.

Events

GraphQL Summit | Oct 3-5 2022

GraphQL Summit is back in San Diego for three days of insights, hands-on learning, and fun to celebrate the GraphQL community. Tickets are still available, and we’d love to see you there.

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.