fixes-auth

This commit is contained in:
2022-10-04 12:22:27 +03:00
parent d678729ffc
commit a13c75fe48
3 changed files with 58 additions and 34 deletions

View File

@@ -154,7 +154,7 @@ type Mutation {
# auth
refreshSession: AuthResult!
registerUser(email: String!, password: String): AuthResult!
registerUser(email: String!, password: String, username: String): User!
sendLink(email: String!): Result!
confirmEmail(code: String!): AuthResult!