saleor / saleor-sdk

Deprecated! See the announcement below. JavaScript/TypeScript SDK for building e-commerce experiences and checkouts with Saleor API.
https://github.com/saleor/saleor/discussions/12891
MIT License
129 stars 84 forks source link

Password recovery using saleor-sdk #162

Closed Mak-Ta-Reque closed 2 years ago

Mak-Ta-Reque commented 2 years ago

Hi, I am trining to reset the password in the saleor-storefront using saleor-sdk. Is the sdk can handle resetting the user password. Which function shall I import from sdk.

timuric commented 2 years ago

@Mak-Ta-Reque you can use RequestPasswordReset mutation. The goal SDK is to provide only handful of commonly used actions, for the most part please use GraphQL API