Hacker News new | ask | show | jobs
by nicocesar 1472 days ago
Is similar to Hasura, but can be used as a library in Go. Makes a ton of sense if you have an already developed service in go and you want to add /graphql endpoint and have a database schema exposed with your already existing authentication.

Hasura solution would be as a separate service and separate authentication most likely