fix isEmailFree

This commit is contained in:
knst-kotov 2022-04-12 16:34:32 +03:00
parent 12934a3d81
commit b4ce848091

View File

@ -125,7 +125,7 @@ type Mutation {
type Query { type Query {
# auth # auth
isEmailFree(email: String!): Result! isEmailFree(email: String!): Boolean!
signIn(email: String!, password: String): AuthResult! signIn(email: String!, password: String): AuthResult!
signOut: Result! signOut: Result!