上传者: 42110533
|
上传时间: 2021-10-01 15:55:11
|
文件大小: 1.37MB
|
文件类型: -
GraphQLDocs
从您的GraphQL模式轻松生成漂亮的文档。
安装
将此行添加到您的应用程序的Gemfile中:
gem 'graphql-docs'
然后执行:
$ bundle
或自己安装为:
$ gem install graphql-docs
用法
# pass in a filename
GraphQLDocs . build ( filename : filename )
# or pass in a string
GraphQLDocs . build ( schema : contents )
# or a schema class
schema = Grap