diff --git a/server/graph/schema.graphqls b/server/graph/schema.graphqls index 9fc5919..46a68a9 100644 --- a/server/graph/schema.graphqls +++ b/server/graph/schema.graphqls @@ -610,7 +610,6 @@ input GetUserRequest { } type Mutation { - is_registered(email: String): AuthResponse! # custom api signup(params: SignUpInput!): AuthResponse! # Deprecated from v1.2.0 mobile_signup(params: MobileSignUpInput): AuthResponse! @@ -652,6 +651,7 @@ type Query { meta: Meta! session(params: SessionQueryInput): AuthResponse! profile: User! + is_registered(email: String): AuthResponse! # custom api validate_jwt_token(params: ValidateJWTTokenInput!): ValidateJWTTokenResponse! validate_session(params: ValidateSessionInput): ValidateSessionResponse! # admin only apis