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

Articles

Building a type-safe Fullstack Application with GraphQL codegen

If you are not (yet) familiar with GraphQL codegen, this article by Achraf from escape provides you with a good overview of what it’s all about and how you can benefit from it in your next project.

GraphQL Subscriptions with JavaScript and Apollo Server

If you want to learn more about GraphQL Subscriptions and how to use them within Apollo Server, read the following article that guides you through all the required steps.

Tools & Open Source

GraphiQL 2 Design Updates

The GraphiQL team updated the new design coming with version 2 of the project. If you’re interested in how it will look or want to provide feedback, follow the link below!

Announcing GraphQL Yoga 2.0!

The Guild announced version 2.0 of GraphQL Yoga. The focus for this release was allowing you to use the tooling you’re already familiar with in the GraphQL ecosystem, providing sensible defaults to speed up development and including standard features like support for subscriptions, file uploads, and advanced error handling routines.

Instant, beautiful docs for your GraphQL API

Do you run a GraphQL API and need to keep documentation updated? Give Graphdoc.io a try; it’s a new service that creates beautiful documentation based on your schema.

Events

GraphQL Contributor Day | May 03, 2022

The next GraphQL Contributor Day will be held online on May 3rd, 2022. Speakers include Dustin Goodman, Jamie Barton, Ebenezer Don, and Kyle Schrade. Make sure to sign up; it’s free!

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.