文件名称:gql-types-generator:GraphQL模式,突变和查询产生的TypeScript类型生成器
文件大小:46KB
文件格式:ZIP
更新时间:2024-04-23 10:09:20
javascript graphql typescript generator 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
----.gitignore(2KB)
----tsconfig.json(549B)
----README.md(9KB)
----package.json(1KB)
----src()
--------utils()
--------compiler.ts(5KB)
--------fs.ts(3KB)
--------index.ts(128B)
--------types()
--------cli.ts(3KB)
----.idea()
--------gql-types-generator.iml(469B)
--------.gitignore(41B)
--------deployment.xml(368B)
--------vcs.xml(185B)
--------misc.xml(179B)
--------modules.xml(297B)
--------jsLibraryMappings.xml(192B)
----example()
--------operations()
--------command(184B)
--------compiled()
--------schema()
----yarn.lock(29KB)