graphql-markdown:记录GraphQL模式的最简单方法

时间:2024-02-24 20:50:59
【文件属性】:

文件名称:graphql-markdown:记录GraphQL模式的最简单方法

文件大小:162KB

文件格式:ZIP

更新时间:2024-02-24 20:50:59

github graphql markdown docs documentation-generator

graphql-markdown 记录GraphQL模式的最简单方法。 该软件包将生成Markdown,该Markdown可以在易于探索的文档中精美呈现GraphQL模式。 $ yarn add graphql-markdown --dev $ npm install graphql-markdown --save-dev 从模式生成。 用法 命令行API 安装该软件包会添加一个graphql-markdown脚本。 将其指向架构,输出将被写入stdout。 您必须安装graphql根据本一起包 。 可以从GraphQL端点检索模式: $ graphql-markdown htt


【文件预览】:
graphql-markdown-master
----yarn.lock(214KB)
----.eslintrc.js(335B)
----src()
--------diffSchema.js(3KB)
--------updateSchema.js(2KB)
--------renderSchema.js(10KB)
--------index.js(4KB)
--------loadSchemaJSON.js(3KB)
----.travis.yml(240B)
----LICENSE(1KB)
----test()
--------index.test.js(5KB)
--------fixtures()
--------__snapshots__()
----jest.config.js(55B)
----README.md(6KB)
----.gitignore(578B)
----.eslintignore(23B)
----package.json(2KB)

网友评论