Going with GraphQL
Mark Sandstrom and Ben Kraft join Jon and Mat to talk about GraphQL. What exactly is it this query language everyone has been talking about? How does it work? What Go libraries are out there, and where should you get started?
Mark Sandstrom and Ben Kraft join Jon and Mat to talk about GraphQL. What exactly is it this query language everyone has been talking about? How does it work? What Go libraries are out there, and where should you get started?
Discussion
Sign in or Join to comment or subscribe
Vik
2022-02-25T01:04:46Z ago
There is also GraphJin, it automagically compiles your GraphQL query or mutation into a single efficient SQL query. It also has a highly scalable GraphQL subscriptions engine built in. It works with Postgres and Mysql out of the box including auto-discovers your database schema. Use it as a standalone service or a Go library. It has a lot more other useful features including hot-deploy, auth support, embedded JS engine feel, etc.
Github:
https://github.com/dosco/graphjin
Godoc with tons of examples:
https://pkg.go.dev/github.com/dosco/graphjin@v0.17.16/core