用于解决GraphQL
查询 N+1 问题。
使用golang
的master
分支构建。
GOEXPERIMENT=unified go run -gcflags=-G=3 ./main.go
1
adjusted 2021-08-18 10:50:34 +08:00
你用 go 一般怎么写 graphql 服务?
|
2
wfhtqp OP @adjusted [gqlgen]( https://github.com/99designs/gqlgen)
|
4
kenzi 2021-08-18 12:31:05 +08:00 1
gqlgen 好用,就是最近更新慢了
|
5
wfhtqp OP 很多`graphql`库都长时间没更新了
|
6
kenzi 2021-08-19 09:00:16 +08:00
@wfhtqp 可能要等新的 spec 更新了,最後一次更新是 2018 年, 新的還是 draft https://spec.graphql.org/
|
7
wfhtqp OP 应该不是,bug 很少修复,pr 基本不处理,也没有新版计划....
|