/graphql-that

GraphQL That conference talk

Primary LanguageJavaScriptMIT LicenseMIT

graphql-that

GraphQL That Conference talk and assorted demo code

Each step of demo can be seen by checking out a branch

0-setup

Initial setup of Git reposistory. Add .vscode settings for colorization of titleBars.

01-first-code

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