|
3 years ago | |
---|---|---|
.. | ||
generated | 3 years ago | |
handler | 3 years ago | |
model | 3 years ago | |
resolvers | 3 years ago | |
schemas | 3 years ago | |
README.md | 3 years ago |
1.
query {
bySex(sex: "男") {
id
name
sex
mobile
}
}
2.
mutation {
updateUserMobile(data: {id: "1", mobile: "13299999999"}) {
id
name
sex
mobile
}
}