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

Tutorials

Using Akka HTTP with Sangria as GraphQL backend | Scalac

Scala developers watch out - this one is for you! Mariusz Nosiński explains how to combine Akka HTTP with the popular Scala GraphQL implementation Sangria to build a fully-fledged GraphQL backend.

Offline GraphQL Queries with Redux Offline and Apollo

The first of two articles by Pete Corey, discussing how to implement a solution for offline data storage with Redux and Apollo. This part discusses offline querying, the next one will deal with mutations.

Build a Rotten Tomatoes Clone with GraphQL and Auth0

This detailled step-by-step tutorial by Prosper Otemuyiwa takes you through the process of building a clone for the popular Rotten Tomatoes website. The focus is on understanding how you can implement authentication to protect your data with Auth0 and Graphcool.

Videos & Talks

Adopting GraphQL at Twitter by Tom Ashworth (Video)

The last GraphQL London had an awesome talk by Tom Ashworth about the process of adopting GraphQL at Twitter. 40 minutes well worth your time!

Articles

First steps with Graphcool’s graphql command line tools

In this article, Michael Hunger from Neo4j gives a nice and practical overview of the capabilities of the new graphql-cli - the perfect entry-point if you want to learn what this new tool is all about.

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.