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

Articles

Graphcool Framework Preview – Graphcool Blog

Exciting news from the Graphcool team who last week announced the preview of the new Graphcool Framework. The Graphcool Framework incorporates a lot of the feedback the team has received for their product and primarily has the goal of improving local development worfklows and overall the experience through a much more powerful CLI.

Tutorials

Up and running with GraphQL, Laravel and Vue.js

The team from codeburst.io recently started using GraphQL. Their stack is based on Laravel and Vue.js. Check out this article to learn how to get started with GraphQL and these technologies.

GraphQL caching using Dataloader - Fun Fun Function

Another episode of Fun Fun Function that is about GraphQL! This time, Mattias P Johannson explains how to implement caching on the server-side using Facebook's dataloader library.

Community

GraphQL Summit 2017

Time to get excited, the world's biggest GraphQL conference is less than two weeks away. Make sure to grab your ticket if you haven't already!

GraphQL Berlin #6

The sixth edition of the GraphQL Berlin Meetup is happening on Monday! There will be talks from Karol Wyszynski & Bogdan Nedelcu from Lokalleads about their transition from REST to GraphQL as well as from Laura Laugwitz who will present her Bachelor thesis that covered GraphQL.

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.