Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 407 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 407 Bytes

npm install

npm start

Make sure you have the Rails API being served. View the repo for instruction.

curl -H 'Content-Type:application/graphql' http://localhost:4000/api

Or visit

http://localhost:4000/api

Hit refresh to get a new shape.

Read through server.js to see how the API works, follow through to schema.js and data.js. Happy hunting!