GraphQL Voyager containerized
run docker image
$ docker run --rm -p "9090:9090" -e "GRAPHQL_SCHEMA_URL=http://your-schema.json" pyar6329/graphql-voyager:latest
$ git clone git@github.com:pyar6329/graphql-voyager-docker.git
$ cd graphql-voyager-docker
$ npm install
$ export GRAPHQL_SCHEMA_URL="http://your-schema.json"
$ npm run start