Log in
Model

RequestPasswordResetEmail

Magento\CustomerGraphQl\Model\Resolver\RequestPasswordResetEmail

What it does

This class handles GraphQL requests for customer password reset email functionality.

Developers use this resolver when implementing the requestPasswordResetEmail GraphQL mutation, which validates the customer's email, checks if the account is locked, and triggers the password reset email to be sent to the customer.

Public Methods

  • resolve()