A Live Demo of Join Monster
https://join-monster.herokuapp.com/graphql
This is an example of setting up an API using Join Monster. Two Schemas are shown, one with and one without Relay compliance. Example data are provided as SQLite files in the data
directory. A custom version of GraphiQL is used to display the SQL being generated.
Clone the repo and cd
into it. Then run
$ npm install
$ npm start