NewsletterGraphQl Module
Resolver\IsSubscribed
Model
This GraphQL resolver determines if a customer is subscribed to the newsletter. Developers would use this when they need to retrieve a customer's news...
Resolver\SubscribeEmailToNewsletter
Model
This GraphQL resolver handles the subscribeEmailToNewsletter mutation, allowing users to subscribe an email address to the store's newsletter. Develop...
SubscribeEmailToNewsletter\Validation
Model
This validation class is used to verify email subscription requests in the GraphQL newsletter API. Developers use this when implementing the subscribe...