ResendConfirmationEmail
Magento\CustomerGraphQl\Model\Resolver\ResendConfirmationEmail
What it does
This resolver handles GraphQL mutations for resending customer account confirmation emails.
Developers use this class when implementing customer registration flows that require email verification, allowing customers to request a new confirmation email if they didn't receive or lost the original one.
It validates the email address and triggers the confirmation email through Magento's account management system.
Public Methods
- resolve()