This repo aims to be a follow-along guide to the graphql-workshop. There are various branches for each thing talked about in the workshop:
- master/01-basic: What is graphql?
- 02-express: Serving a graphql API via HTTP
- 03-db: Adding a "database"
- 04-mutations: Updating data through our API
- 05-ui: Building a simple UI that consumes our API
To prepare, please install all dependencies beforehand to save time during the workshop:
- Run
yarn
in this directory - Everything else will be explained along the way during the workshop