文件名称:granate:graphql的代码生成器
文件大小:22KB
文件格式:ZIP
更新时间:2024-02-26 17:26:58
go api graphql golang schema
!工作正在进行中! Granate-graphql的代码生成器 Granate是旨在加快利用graphql的应用程序开发的工具。 Granate采用graphql schema并根据指定的语言输出代码。 支持的语言 走 快速开始 安装 go get github.com/granateio/granate 用法 Granate需要配置yaml文件granate.yaml以提供有关项目的一些基本信息。 # Select language to output language : go # Output locations (and some options) output : # Outp
【文件预览】:
granate-master
----example()
--------schema.go(2KB)
--------main.go(221B)
--------granate.yaml(55B)
--------data.go(592B)
--------todo.graphql(1KB)
----small()
--------main.go(852B)
----LICENSE(1KB)
----generator()
--------functions.go(6KB)
--------generator.go(9KB)
--------utils()
----main.go(706B)
----.gitignore(27B)
----lib()
--------lib.go(714B)
----Makefile(1KB)
----README.md(3KB)
----language()
--------go()