Markdown generator for documenting GraphQL schema
Download binary in Releases or download docker image mvochoa/graphqldoc
Generate dir doc/ with markdown files
$ graphqldoc http://localhost:8080/graphqlIs need go-bindata https://github.com/go-bindata/go-bindata
go get github.com/go-bindata/go-bindata/...
$ go-bindata -o assets.go template/
$ sed -i '' 's/package\ main/package\ graphqldoc/g' assets.go # Change package of assets.go file
$ cd cmd/
$ go install -v