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
server
https://99designs.com/blog/engineering/gqlgen-a-graphql-server-generator-for-go/
https://github.com/graph-gophers/graphql-go
https://github.com/samsarahq/thunder
php
https://github.com/mghoneimy/php-graphql-client
https://github.com/thecodingmachine/graphqlite
https://github.com/camuthig/php-graphql-client-generator
https://github.com/kolah/php-graphql-client-generator-cli
https://thecodingmachine.io/graphqlite-graphql-in-php-easy
https://graphqlite.thecodingmachine.io/docs/type_mapping#array-mapping
golang
https://github.com/shurcooL/graphql
https://github.com/machinebox/graphql
https://dev.to/yamashou/generate-graphql-client-code-with-go-5gnd
https://github.com/Yamashou/gqlgenc
https://github.com/microsvs/demo
https://www.jianshu.com/p/16719baa1713
https://graphql.cn/code/#go
https://github.com/machinebox/graphql
https://github.com/TsMask/graphql-server-go
https://zhuanlan.zhihu.com/p/35792985
https://zhuanlan.zhihu.com/p/38958962
https://github.com/darker11/graphql
https://github.com/graph-gophers/graphql-go
https://github.com/graphql-go/graphql/tree/master/examples
注意提交文件的格式和client
$curl -g http://localhost:8080/query
{“errors”:[{“message”:”operation not found”}],”data”:null}
$curl -g http://localhost:8080/query/
<!DOCTYPE html>