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

Articles

RetailMeNot ? GraphQL Federation

Read up on how GraphQL Federation allowed RetailMeNot's developers to iterate faster and reduce their dependencies.

Working With Built-in GraphQL Directives

Jamie Barton explores GraphQL’s built-in schema and operation directives that all GraphQL spec compliant APIs must implement.

What makes urql different from other GraphQL clients

Listen to Phil Pluckthun explaining what the guiding principles for urql are and how those helped differentiate from other GraphQL clients.

Libraries and Tools

Strawberry, a new Python GraphQL library

Strawberry is a new GraphQL library for Python 3, inspired by dataclasses.

Announcing Slicknode Open-Source

Ivo Meißner is releasing Slicknode, the GraphQL application framework + headless CMS, as Open-Source-Software.

Events

GraphQL Galaxy | Dec 9-10

GraphQL Galaxy is quickly approaching, if you want to submit a talk, do so before Oct 17th.

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.