Introducing: My GraphQL Go Server

I’m excited to share my hobby project from the last few months: a GraphQL server library for Go. While it doesn’t implement the whole spec and might not be ready for production, I think it’s in a useful enough state to share more broadly. I’ve tested this library out with some toy projects and the results have been promising: I’m able to quickly publish a Go struct as a GraphQL endpoint.
Check it out now by reading the docs and adding it to your project with:
go get zombiezen.com/go/graphql-server/graphql