:::info 支持,因为作者也对它感兴趣,已集成到项目中,目前只是 Demo,有兴趣的可以深入研究。 :::
地址
-
查询
query {
bySex(sex: "男") {
id
name
sex
mobile
}
}
更新
mutation {
updateUserMobile(data: {id: "1", mobile: "13299999999"}) {
id
name
sex
mobile
}
}
学习资料
- https://docs.github.com/en/graphql
- https://gqlgen.com/
- https://github.com/99designs/gqlgen
- 了解
gqlgen.yml
编写语法 - 了解
*.graphql
编写语法