gql types generator:GraphQL模式突变和查询产生的TypeScript类型生成器 源码
gql-types-generator 打包以根据GraphQL方案,变异和查询生成TypeScript类型。 当前支持的GraphQL实体: type , interface , input , type and interface fields arguments , operations (任何种类和选择)。 在不久的将来将支持GraphQL实体: fragments , inline fragments , directives 。 TLDR; 如果您不想阅读大量文本和文档,请尝试编译方案并查看会发生什么。 您可以找到示例。 只需在command文件中使用命令即可。 安装 npm install --save gql-types-generator yarn add gql-types-generator 用法 命令行界面 软件包安装完成后, gql-types-gene
文件列表
gql-types-generator-master.zip
(预估有个49文件)
gql-types-generator-master
.gitignore
2KB
tsconfig.json
549B
README.md
9KB
package.json
1KB
src
utils
misc.ts
9KB
generation.ts
7KB
transpiling.ts
1014B
暂无评论