Authentication > Auth > authPasswordReset
POST:auth/password/reset.json
Description
Request email with password change token for a user.
See also: Authentication.
Topic: Auth
Arguments
data: UserPasswordReset!
Main argument for mutations.
Data Argument Fields
Email of the user
Example: "no+spam@mail.com"
Valid when: email is not empty
Valid when: email's length doesn't exceed 250 characters
Result
Boolean
Preview (typescript)
Loading module