Hacker News new | ask | show | jobs
Ask HN: Can you recommend a GraphQL server library for Go?
1 points by TXV 2183 days ago
So far I developed my GraphQL server in Java, but it's 2 years now that every single time I try to upgrade the dependencies, I fall down a rabbit hole of mysterious errors, JDK incompatibilities and inscrutable stack traces. Frankly I'm a bit tired of debugging it. I would like to migrate to Go, which is what the rest of my codebase is written in.

Which Go GraphQL server library would you recommend, and why?