mutation
registerWithForm
Enable new users to register using a form.
Arguments
formRegisterRequestSchemaInput
FormRegisterRequestSchemaInputDescribes the request structure to register new user.
platform
StringID of the application.
Response
country_code
StringThe country specific prefix for the phone number.
email
StringThe email address provided during registration.
message
StringA string containing additional information about the operation's result.
mobile
StringThe user's phone mobile without the country code.
register_token
StringA token used for completing the registration process.
request_id
StringA random uuid string used to track the registration response.
resend_email_token
StringA token used to authorize the resending of an OTP via email.
resend_timer
IntThe time in seconds before an OTP can be resent.
resend_token
StringA token used to authorize the resending of an OTP.
success
BooleanA boolean value indicating whether the registration operation was successful.
user_exists
BooleanWhether the user already exists.
verify_email_otp
BooleanWhether email OTP verification is required.
verify_mobile_otp
BooleanWhether mobile OTP verification is required.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?