/gentle

simple, fast, code-first GraphQL server

Primary LanguageGoMIT LicenseMIT

🚧🚧 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