fix isEmailFree
This commit is contained in:
parent
12934a3d81
commit
b4ce848091
|
@ -125,7 +125,7 @@ type Mutation {
|
|||
|
||||
type Query {
|
||||
# auth
|
||||
isEmailFree(email: String!): Result!
|
||||
isEmailFree(email: String!): Boolean!
|
||||
signIn(email: String!, password: String): AuthResult!
|
||||
signOut: Result!
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user