Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 926 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 926 Bytes

Supported tags and respective Dockerfile links

How to use this image

Generate documentation from live endpoint

$ docker run sticksnleaves/graphdoc graphdoc -e http://localhost:8080/graphql -o ./doc/schema

Generate documentation from IDL file

$ docker run sticksnleaves/graphdoc graphdoc -s ./schema.graphql -o ./doc/schema

Generate documentation from for the "modularized schema" of graphql-tools

$ docker run sticksnleaves/graphdoc graphdoc -s ./schema.js -o ./doc/schema

Generate documentation from json file

$ docker run sticksnleaves/graphdoc graphdoc -s ./schema.json -o ./doc/schema

For more information on using graphdoc please read the official documentation.