json to graphql:从JSON文件和API创建GraphQL模式 源码
已淘汰 - - This project is no longer maintained and has fallen severely out of sync with the - - GraphQL community. Don't use it at all. json-to-graphql 根据任何JSON数据生成GraphQL模式文件 总览 这个包可以接受几乎任何类型的JSON数据并生成有效的GraphQL模式文件,包括自定义类型,列表,可为空和不可为空的字段以及深度嵌套的子级。 如果传递了JSON数据数组,它将用作“训练”数据以检查类型一致性并确定字段是否可为空。 该项目仍处
文件列表
json-to-graphql-master.zip
(预估有个15文件)
json-to-graphql-master
.gitignore
13B
README.md
4KB
LICENSE
1KB
package.json
707B
src
templates.js
1KB
__tests__
index-test.js
395B
__snapshots__
暂无评论