From b4ce848091b82def53679c3da71f4f6d6c49ab02 Mon Sep 17 00:00:00 2001 From: knst-kotov Date: Tue, 12 Apr 2022 16:34:32 +0300 Subject: [PATCH] fix isEmailFree --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 3de9786e..627357f5 100644 --- a/schema.graphql +++ b/schema.graphql @@ -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!