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.
@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
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.