This commit is contained in:
15
.github/CONTRIBUTING.md
vendored
15
.github/CONTRIBUTING.md
vendored
@@ -229,6 +229,21 @@ mutation Logout {
|
||||
}
|
||||
}
|
||||
|
||||
mutation CreateUser {
|
||||
_create_user(
|
||||
params: {
|
||||
email: "test@domain.com",
|
||||
password: "<bcrypt-hashed-password>",
|
||||
nickname: "test",
|
||||
}
|
||||
) {
|
||||
id
|
||||
email
|
||||
roles
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
mutation UpdateUser {
|
||||
_update_user(
|
||||
params: {
|
||||
|
Reference in New Issue
Block a user