SendFriendGraphQl Module
Provider\GetVisibleProduct
Model
This provider class retrieves a product by ID and validates that it is visible in the catalog (not hidden). Developers use this when implementing Grap...
Resolver\SendEmailToFriend
Model
This GraphQL resolver handles the 'Send Email to Friend' functionality, allowing customers to share product information via email through the GraphQL...
Resolver\SendFriendConfiguration
Model
This GraphQL resolver provides configuration settings for Magento's Send Friend (product recommendation) feature through the GraphQL API. Developers u...
SendFriend\SendEmail
Model
This class handles the core functionality of sending product recommendation emails to friends via GraphQL. Developers would use this class when implem...