Przejdź do głównej zawartości

customerResetPassword

Reset customer password via signed URL from email

customerResetPassword(
newPassword: String!
token: String!
): CustomerResetPasswordPayload!

Arguments

customerResetPassword.newPassword ● String! non-null scalar

New password (must satisfy the shop password policy)

customerResetPassword.token ● String! non-null scalar

Raw password-reset token from the password-reset email

Type

CustomerResetPasswordPayload object

Result of customerResetByUrl mutation — password reset via signed URL