GraphQL Server CLI visualizer. Adapted from original web interface.
$ npm install -g graphqlviz
$ graphqlviz --help
GraphQL Server CLI visualizer
Usage
$ graphqlviz [url]
Renders dot schema from [url] endpoint
Examples
$ graphqlviz http://localhost:3000 | dot -Tpng -o graph.png
$ graphqlviz http://graphql-swapi.parseapp.com | dot -Tpng | open -f -a Preview
Adam Stankiewicz | Nathan Smith |