simple, fast, code-first GraphQL server
🚧🚧 this is pre-alpha software 🚧🚧
Fast, simple, type-safe, code-first GraphQL framework.
it’s recommended to install Gentle using Go modules.
go get github.com/sijad/gentle/cmd/gentc
to install Gentlego run github.com/sijad/gentle/cmd/gentc init
to initialize a GraphQL project./graph/schema/
go generate graph/generate.go
to generate Graph codesgo run server.go
inspired by Nexus, PostGraphile and gqlgen