fix isEmailFree
This commit is contained in:
parent
12934a3d81
commit
b4ce848091
|
@ -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!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user