This commit is contained in:
2023-11-30 14:24:34 +03:00
parent e80a5d9d6d
commit d479863a63
9 changed files with 0 additions and 76 deletions

View File

@@ -229,21 +229,6 @@ 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: {