customerPasswordReset
MutationResets a customer’s password using a valid reset token. This mutation requires the customer to provide their email, the new password, and the reset token they received via email.
#
Arguments
- CustomerPasswordResetInput!Required
input The fields used to reset a customer’s password.
#
Payload
- Customer
customer The customer object which was reset.
- CustomerAccessToken
customerAccessToken A newly created customer access token object for the customer.
- [CustomerPasswordResetError!]
errors User-facing errors that prevented the operation from succeeding.