signIn via email

This commit is contained in:
knst-kotov
2021-08-25 20:12:01 +03:00
parent b36678a4ca
commit 6bdf994a28
4 changed files with 10 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ type Mutation {
type Query {
# auth
isEmailFree(email: String!): Result!
signIn(email: String!, password: String!): AuthResult!
signIn(email: String!, password: String): AuthResult!
signOut: Result!
# user profile
getCurrentUser: UserResult!