项目作者: sijad

项目描述 :
simple, fast, code-first GraphQL server
高级语言: Go
项目地址: git://github.com/sijad/gentle.git
创建时间: 2020-05-10T13:12:26Z
项目社区:https://github.com/sijad/gentle

开源协议:MIT License

下载


🚧🚧 this is pre-alpha software 🚧🚧

Gentle


Fast, simple, type-safe, code-first GraphQL framework.

Quick Start

it’s recommended to install Gentle using Go modules.

  1. go get github.com/sijad/gentle/cmd/gentc to install Gentle
  2. go run github.com/sijad/gentle/cmd/gentc init to initialize a GraphQL project
  3. Make changes to GraphQL schema at ./graph/schema/
  4. go generate graph/generate.go to generate Graph codes
  5. Run go run server.go

Credits

inspired by Nexus, PostGraphile and gqlgen