Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 227 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 227 Bytes

Exemplo desenvolvido para apresentação sobre GRAPHQL na disciplina Arquitetura de Software - UNISINOS

##Installation

npm install

##Run

node index.js

##Test

http://localhost:3000/graphql?query={user(id:"1"){name}}