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

Articles & Tutorials

Find & Watch the Best GraphQL Talks

With more and more awesome GraphQL talks given at conferences and meetups, it’s hard to stay on-top and discover the most interesting content. With GraphQL Talks, this is now a thing of the past! As a bonus, the videos from GraphQL-Europe 2017 are available as well!

Create a Node.js GraphQL Server

Build a GraphQL Server with Node.js and Mister Jamie Barton! An eventful series that combines express with graphql-js and mongoose to get started with your own GraphQL Server.

Tools & Open Source

Announcing Gatsby 1.0.0 ???

The static site generator for React is finally released in version 1! The project has also over 10k stars on GitHub. If you haven't checked it out yet, now's the perfect time!

Community

Introducing Explore GraphQL

There are many resources that help to better understand how GraphQL works or what exactly its benefits are. With Explore GraphQL there's now a single place in the internet that hosts all the sweet GraphQL secrets. If you are searching for arguments or material to help someone to start embracing GraphQL, you know where to find it! ?

Call for Papers - GraphQL London Meetup

If you're excited about GraphQL or want to share a certain insight or tool, consider talking at one of the next GraphQL London meetups! The organizers are happy to help you out with feedback, connecting you with a mentor or anything else!

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.