magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

GraphQL forgot password process #254

Open paul-blundell opened 4 years ago

paul-blundell commented 4 years ago

Excellent work on GraphQL, the docs are well written and its pretty straightforward to create a customer, login, add items to the cart, etc.

However, unless I've completely missed it, I can't seem to find a way to trigger a reset password email with GraphQL. I would have expected 2 mutations perhaps, one to trigger the email and then another to change the password using the token from the email.