setPassword Mutation
Sets the user's password from the token sent by email using the RequestPasswordReset mutation.
setPassword(
email: String!
password: String!
token: String!
): SetPassword
Show return type
Arguments
email ● String!
Email of a user.
password ● String!
Password of a user.
token ● String!
A one-time token required to set the password.
Type
SetPassword
Sets the user's password from the token sent by email using the RequestPasswordReset mutation.