- Node 12+
- NPM
- Git
git clone https://github.com/passkwall/hacking_graphql.git
cd app/
npm i -s
npm start
The app should run on localhost:4000. Specifically, the route /graphql will give you a GraphiQL UI to query. This is useful for poking around and identifying available schemas.