passwordSet
Sets the user's password from the token sent by email.
passwordSet(
token: String!
email: String!
password: String!
): PasswordSet!
Arguments
passwordSet.token ● String! non-null scalar
passwordSet.email ● String! non-null scalar
passwordSet.password ● String! non-null scalar
Type
PasswordSet object
Result of password set mutation.