mutation

updateProfile

Allow users to modify and update their profile details.
Arguments
editProfileRequestSchemaInput
EditProfileRequestSchemaInput
Describes the request structure to edit the profile details.
platform
String
ID of the application.
Response
country_code
String
The country specific prefix for the phone number.
email
String
Email id of user.
message
String
Information about the operation's result.
mobile
String
The user's mobile number without the country code.
register_token
String
Unique registration token for user.
request_id
String
A random uuid string used to track the request.
resend_email_token
String
Unique token to identify the request for OTP verification in case of unverified email.
resend_timer
Int
Time in seconds before an request can be resent.
resend_token
String
A token used to authorize the resending of request.
success
Boolean
Whether the operation was successful.
Describes the user details structure.
user_exists
Boolean
If user is registered or not.
verify_email_link
Boolean
Whether to send a link to verify the registered email id of the user.
verify_email_otp
Boolean
Whether to send a OTP to verify the registered email id of the user.
verify_mobile_otp
Boolean
Whether to send a OTP to verify the registered phone of the user.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...