passwordSet
Sets the user's password from the token sent by email using the PasswordRequestReset mutation.
passwordSet(
email: String!
password: String!
token: String!
): PasswordSet
Arguments
passwordSet.email ● String! non-null scalar
Email of a user.
passwordSet.password ● String! non-null scalar
Password of a user.
passwordSet.token ● String! non-null scalar
A one-time token required to set the password.
Type
PasswordSet object
Sets the user's password from the token sent by email using the PasswordRequestReset mutation.