Learn GraphQL by [Arunoda Susiripala] is an excellent 10-part tutorial that teaches you the basics of GraphQL. It requires you to log in with your github account to get all the content, but it’s definitely worth it, because it’s hands down the best way to learn GraphQL at the moment.

It’s worth noting that parts 1 to 6 are are about writing GraphQL queries, which are defined by the GraphQL spec, but parts 7 through 10 are about express-graphql, an implementation of a GraphQL server in Javascript. That means that schemas for other GraphQL servers have to be written in a different way!

#graphql #introduction

Introduction to GraphQL
1.65 GEEK