GraphQL middleware for illWatch project
Install all dependencies by running
yarn
or
yarn install
For development purposes you can start the app by running command
yarn dev
By default development server starts on localhost:4000
To deploy development server you have to install now-cli
tool and run
yarn deploy
illWatchers UI repo lives here
Firebase project lives here
Private config repository lives here, write illwatchersinfo@gmail.com to request an access
query {
movieByID(movieID: 9091) {
original_title
}
watchlist
}