customerPasswordResetToken
MutationIf an customer exists, this mutation will fire a CustomerPasswordResetTokenEvent webhook event, which can be used to send a password reset email to the customer.
The customer will receive an email with a link to reset their password.
#
Arguments
- CustomerPasswordResetTokenInput!Required
input The fields used to request a password reset token for a customer.
#
Payload
- [CustomerPasswordResetTokenError!]
errors User-facing errors that prevented the operation from succeeding.