:::info 支持,因为作者也对它感兴趣,已集成到项目中,目前只是 Demo,有兴趣的可以深入研究。 :::
地址
-

查询
query {bySex(sex: "男") {idnamesexmobile}}
更新
mutation {updateUserMobile(data: {id: "1", mobile: "13299999999"}) {idnamesexmobile}}

学习资料
- https://docs.github.com/en/graphql
- https://gqlgen.com/
- https://github.com/99designs/gqlgen
- 了解
gqlgen.yml编写语法 - 了解
*.graphql编写语法
