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
2021-10-01 15:55:11 1.37MB graphql documentation GraphQLRuby
1