Skip to content
Vinicius Reif Biavatti edited this page Jan 21, 2020 · 5 revisions
GraphQL Logo

This is a simple tutorial of the query language GraphQL. Use the sources of this repository to help you in your implementations or check the wiki to learn this technology.

Knowledge

For this tutorial we will use NodeJS with javascript language for logic rules, and expressjs for build our Rest API. Check the items bellow to look what you need to know to proceed:

  • NodeJS
  • NPM (NodeJS Package Manager)
  • Javascript
  • ExpressJS

Getting Started

Clone this wiki locally