registerUser mutation can accept email now

This commit is contained in:
2021-07-30 09:19:00 +03:00
parent 473d874ff7
commit b8b91334f5
3 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,6 @@ type User {
updatedAt: DateTime!
username: String
userpic: String
userpicId: String
wasOnlineAt: DateTime
}