/GraphQL-Intro

An Introduction to GraphQL concepts

Primary LanguageJavaScriptMIT LicenseMIT

GraphQL-Intro

An Introduction to GraphQL concepts

Setup

$ git clone git@github.com:kimobrian/GraphQL-Intro.git
$ git checkout develop
$ npm install -g nodemon // Optional
$ npm i # Alternatively yarn
$ node server.js # If nodemon not installed
$ nodemon server.js # If nodemon is installed