You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to send email using mutation and webform module. For now I've created EmailInput.php as InputType and SendEmail.php as Mutations, basically just copy code of CreateArticle.php and ArticleInput.php
I'm able to create new Webform Submission, but not sure how to send and save values, so submissions are empty.
Hi all,
I'm trying to send email using mutation and webform module. For now I've created
EmailInput.php
as InputType andSendEmail.php
as Mutations, basically just copy code ofCreateArticle.php
andArticleInput.php
I'm able to create new Webform Submission, but not sure how to send and save values, so submissions are empty.
SendEmail.php
EmailInput.php
Any help is appreciated.
The text was updated successfully, but these errors were encountered: