contactResetPassword
Used for resetting contact's password with the email workflow. contactRequestPasswordReset mutation needs to be called first.
graphql
contactResetPassword(
input: ContactResetPasswordInput!
): ContactResetPasswordPayload
Arguments
contactResetPassword.input · ContactResetPasswordInput! non-null input
Parameters for ContactResetPassword
Type
ContactResetPasswordPayload object
Autogenerated return type of ContactResetPassword.