isEmailFree to isEmailUsed

This commit is contained in:
knst-kotov
2022-06-15 15:41:28 +03:00
parent a0b16edb75
commit 12679808cf
3 changed files with 6 additions and 6 deletions

View File

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