GraphQL That Conference talk and assorted demo code
Each step of demo can be seen by checking out a branch
Initial setup of Git reposistory. Add .vscode
settings for colorization of titleBars.
Frist code exmaples of GraphQL. Install graphql and run samples
npm install graphql --save
Run samples
cd ./src/01-first-code
node sample1.js
node sample2.js