GraphQL and Golang make a great combination for building Go based GraphQL servers, however the amount of boilerplate code that needs to be written for a reasonably comples GraphQL schema is cumbersome. This project provides tooling to build the GraphQL schema in Go code so it can be used by the library https://github.com/graphql-go/graphql
For details in using this tooling see the documentation and examples in the Go docs
Build and Testing are done using standard go tooling, ie go test ./...