is-registered-1
This commit is contained in:
@@ -610,6 +610,7 @@ 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!
|
||||
|
Reference in New Issue
Block a user