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

Tutorials & Articles

Profiling GraphQL

Oleg Ilyenko, author of the Scala GraphQL implementation (Sangria) with a great post on how to profile a GraphQL server.

Community

Building Coursera | Coursera Engineering Podcast

Coursera was one of the first avid adopters of GraphQL. Their engineering blog Building Coursera gives great insights into their general work. They also recently launched a Podcast and of course they cover GraphQL in the first episode. A must listen for all GraphQL fans!

Tools

VulcanJS: An Open-Source Project to “Meteorize” GraphQL

VulcanJS is a new fullstack framework for building React applications with Meteor and Apollo. Read this intro article or browse the docs to get a better understanding of how it works.

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.