Gqldoc –为GraphQL制作文档的最简单方法-Golang开发

时间:2024-06-15 11:12:01
【文件属性】:

文件名称:Gqldoc –为GraphQL制作文档的最简单方法-Golang开发

文件大小:357KB

文件格式:ZIP

更新时间:2024-06-15 11:12:01

Golang Utilities

gqldoc是用于从GraphQL架构或GraphQL端点生成文档的命令行工具,用于GraphQL的文档生成器gqldoc现在是alpha版gqldoc是用于从GraphQL架构或GraphQL端点生成文档的命令行工具。 该命令由Go 1.16编写。 因此,如果要构建,则需要Go 1.16及更高版本。 演示《星球大战》 API Github V4 API此处为公共架构如何使用从graphql端点生成文档您需要启用GraphQL自省。 支持--header和--query选项。 $ gqldoc -e http://127.0.0.1:8081/query --header'Authorizati


【文件预览】:
gqldoc-main
----.goreleaser.yml(1KB)
----.gitignore(16B)
----go.mod(564B)
----Makefile(152B)
----LICENSE(1KB)
----go.sum(11KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----README.md(2KB)
----example()
--------shopify()
--------.gitkeep(0B)
--------starwars()
--------github()
----loader()
--------loader.go(722B)
----cmd()
--------gqldoc()
----internal()
--------graphql()
--------wrapper()
--------pool()
--------markdown()
--------introspection()
--------gqlgen()

网友评论