Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smasher164/gqldoc
Generate documentation for GraphQL Schema.
https://github.com/smasher164/gqldoc
documentation-generator golang graphql markdown
Last synced: 7 days ago
JSON representation
Generate documentation for GraphQL Schema.
- Host: GitHub
- URL: https://github.com/smasher164/gqldoc
- Owner: smasher164
- License: mit
- Created: 2020-09-21T05:41:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T05:42:19.000Z (over 4 years ago)
- Last Synced: 2025-01-04T03:04:56.495Z (14 days ago)
- Topics: documentation-generator, golang, graphql, markdown
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gqldoc
[![PkgGoDev](https://pkg.go.dev/badge/github.com/smasher164/gqldoc)](https://pkg.go.dev/github.com/smasher164/gqldoc)
```
gqldoc: Generate documentation for GraphQL Schema.usage:
gqldoc -format output_format files ...output_format is one of:
graphql GraphQL
gfm GitHub Flavored Markdown
```