Add mutation to graphql for send-email-confirmation
D
DennieMello
Previously, a functionality was implemented to send additional confirmation by email https://github.com/strapi/strapi/pull/4270
But with using graphql, it is not possible to send email. Can you add a mutation for grapql?
Expected behavior
Ability to request to send email via graphql mutation.