|
пре 3 година | |
---|---|---|
.. | ||
generated | пре 3 година | |
handler | пре 3 година | |
model | пре 3 година | |
resolvers | пре 3 година | |
schemas | пре 3 година | |
README.md | пре 3 година |
1.
query {
bySex(sex: "男") {
id
name
sex
mobile
}
}
2.
mutation {
updateUserMobile(data: {id: "1", mobile: "13299999999"}) {
id
name
sex
mobile
}
}