v0.3.0 修改 说明文件

This commit is contained in:
何全
2019-04-10 16:50:50 +08:00
parent 896ba4f144
commit 93f1f3bb11

View File

@@ -59,6 +59,13 @@ query{
}
}
query{
singleUser(pk: 1){
username,
email
}
}
mutation createUser {
createUser (username: "test1") {
info {