graphql

Posted by 夏泽民

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查看某个文件的提交历史

Posted by 夏泽民

git log –pretty=oneline 文件名 文件名是文件路径+文件名,输入完整 输入正确后,打印出版本号的列表 git show <文件名> 版本号:是上个命令的输出,黄色字体部分就是git版本号 文件名:格式如上



graphql client

Posted by 夏泽民

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



graphql

Posted by 夏泽民

https://github.com/APIJSON/APIJSON https://github.com/graphql-go/graphql 目前项目的接口都是基于 RESTful 规范设计的,这个时候如果想使用 GraphQL,不可能说根据 RESTful 提供的接口用 GraphQL 再实现一遍,这个代价太大了,时间和人力成本各方面都不允许。这个时候如果能直接基于 RESTful API 设计的接口来实现一套 GraphQL 接口是非常好的。RESTful API 接口可以保留且不影响它的后端开发,同时又可以对外提供 GraphQL 的服务,方便前端的使用。



使用gqlgen构建GraphQL服务

Posted by 夏泽民

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



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required