Navigate back to the homepage
Try our GraphQL Dashboard

Steps to learn GraphQL

ApiFacade Team
January 2nd, 2020 · 1 min read

We present here the steps we found very use-full to learn GraphQL. The order of resources is important in learning GraphQL!

  1. First watch this video named GraphQL - The documentary to understand how, when and why this technology was born at Facebook

  2. Learn as match you can from these awesome GraphQL video tutorials

  3. Make some real calls with an existing UI client and on real online APIs

  4. Study the support for GraphQL in your preferate programming language and implement an API with a simple schema

  5. Read the GraphQL spec - now is time to read the spec which is quite dificult

  6. See how Gatsby.js implements the source and transformers plugins

  7. Read some additional articles from GraphQL Awesome resources

  8. Attend GraphQL conferences

  9. Read GraphQL books

Join our email list and get notified about new content

Be the first to receive our latest content with the ability to opt-out at anytime. We promise to not spam your inbox or share your email with any third parties.

More articles from ApiFacade

Hacker News GraphQL API

We describe here how to create an GraphQL API for the well known Hacker News Site

February 4th, 2020 · 2 min read

GraphQL For The REST of Us

The REST problems are resolved in a elegant way by GraphQL. GraphQL it assumes from the beginning that the data from the server side is exposed as a rich data graph not just a set of isolated resources like in the REST definition.

January 5th, 2020 · 4 min read

Link to $https://twitter.com/apifacadeLink to $https://github.com/apifacade