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