Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 696 Bytes

File metadata and controls

15 lines (11 loc) · 696 Bytes

GraphQL Tutorial

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 Managment)
  • Javascript
  • ExpressJS

Wiki

Click here to access the tutorial