CustomerPasswordResetPayload
ObjectRepresents the payload for resetting a customer’s password.
#
Fields
- 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.
#
Mutations
Resets 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.