Videos
Brooks Swinnerton from GitHub gave a great talk at last year's GORUCO conference. Check it out to learn about GitHub's journey moving from REST to GraphQL.
In this video, Ben Awad gives an instructive walkthrough for urql, a new GraphQL client library by the engineers over at Formidable Labs.
Articles & Tutorials
Ever wondered what persisted queries actually are and how they work? This great article by Corey Clark from Ticketmaster has the answer!
Ruby developers watch out, this gem is for you (pun intented ?)! Learn how to build a GraphQL server from scratch using Sinatra with this excellent tutorial by Awin Abi.
Implementing permission rules in GraphQL servers is a domain where best practices still need to emerge. In this article, Dennis Walsh introduces the idea of implementing permissions via GraphQL directives. An elegant and declarative approach to a common problem in GraphQL server development.
Tools & Open Source
Organizing your <code>.graphql</code>-files in JavaScript can be a pain. Thanks to the <code>graphql-import-loader</code>, they can now easily be loaded into your application with Webpack.