usersPasswordReset
Reset the password using a reset token
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
newPassword | String! | The new password to set for the user |
newPasswordConfirmation | String! | The confirmation of the new password to set for the user needs to be the same as the new password |
resetToken | String! | The password reset token sent to the user email |