ConfirmEmail
Magento\CustomerGraphQl\Model\Resolver\ConfirmEmail
What it does
This resolver handles the GraphQL mutation for confirming a customer's email address during account activation.
Developers use this class when implementing email verification flows in Magento 2's GraphQL API, where customers receive a confirmation key via email that must be validated to activate their account.
It validates the email format and confirmation key, then activates the customer account through the AccountManagement service.
Public Methods
- resolve()