$ docker run sticksnleaves/graphdoc graphdoc -e http://localhost:8080/graphql -o ./doc/schema
$ docker run sticksnleaves/graphdoc graphdoc -s ./schema.graphql -o ./doc/schema
$ docker run sticksnleaves/graphdoc graphdoc -s ./schema.js -o ./doc/schema
$ docker run sticksnleaves/graphdoc graphdoc -s ./schema.json -o ./doc/schema
For more information on using graphdoc please read the official documentation.