Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 295 Bytes

Egghead graphql-up example

1. Deploy the service

npm i graphql-up -g
graphql-up tasks.schema

2. Connect locally

  • copy Simple API endpoint
  • run npm install
  • replace YOUR_API_ENDPOINT in index.js with the Simple API url you copied in index.js
  • run node index