/graphi

Primary LanguageJavaScript

How to setup a basic GraphQL server

Full tutorial is in a series of 3 articles

  1. Basic setup
  2. Relations
  3. Authentication and guards

Each article has it's own branch.

To run the project

npm install
npm start

Then visit localhost:4000/graphql in your browser.