is-registered-1

This commit is contained in:
2024-01-05 14:58:16 +03:00
parent 58a91814ae
commit dd4b41674a
3 changed files with 50 additions and 0 deletions

View File

@@ -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!