Magidoc

passwordSet
Mutation

Sets the user's password from the token sent by email using the RequestPasswordReset mutation.

Arguments

#

email

Non-null

Email of a user.

password

Non-null

Password of a user.

token

Non-null

A one-time token required to set the password.

Response

#

Returns PasswordSet .

Example

#