https://aws.amazon.com/cn/blogs/china/aws-joins-the-graphql-foundation/ https://mp.weixin.qq.com/s/9P_16cNEF0puHg75fVL1xA https://juejin.im/tag/GraphQL https://www.jianshu.com/search?q=GraphQL&page=1&type=note https://github.com/search?q=graphql
git log –pretty=oneline 文件名
文件名是文件路径+文件名,输入完整
输入正确后,打印出版本号的列表
git show
https://blog.csdn.net/liuyh73/article/details/85028977 https://github.com/dotansimha/graphql-code-generator https://graphql-code-generator.com/ https://ednsquare.com/story/graphql-core-graphql-client-implementations——U8NKlY https://awesomeopensource.com/project/chentsulin/awesome-graphql https://github.com/chentsulin/awesome-graphql https://www.apollographql.com/ https://github.com/apollographql/apollo/blob/master/docs/source/tutorial/introduction.md https://dev.to/glyphack/introduction-to-graphql-server-with-golang-1npk
https://github.com/APIJSON/APIJSON https://github.com/graphql-go/graphql 目前项目的接口都是基于 RESTful 规范设计的,这个时候如果想使用 GraphQL,不可能说根据 RESTful 提供的接口用 GraphQL 再实现一遍,这个代价太大了,时间和人力成本各方面都不允许。这个时候如果能直接基于 RESTful API 设计的接口来实现一套 GraphQL 接口是非常好的。RESTful API 接口可以保留且不影响它的后端开发,同时又可以对外提供 GraphQL 的服务,方便前端的使用。
gqlgen 是一个使用 Go 语言实现的用于快速创建严格类型的 graphql 服务器的库。 https://github.com/99designs/gqlgen https://github.com/rongfengliang/gqlgen-demo https://tutorialedge.net/golang/go-graphql-beginners-tutorial/ https://tutorialedge.net/golang/go-graphql-beginners-tutorial-part-2/ https://blog.csdn.net/liuyh73/article/details/85028977 https://blog.csdn.net/liuyh73/article/details/85010148 https://github.com/graph-gophers/graphql-go https://github.com/vektah/gqlparser