requestPasswordReset
Starts the password-reset flow by emailing a reset link to the address. Always returns true regardless of whether the email exists (prevents account enumeration). The reset link is also the ownership-proven way an existing passwordless account adds a password. Public.
requestPasswordReset(
email: String!
): Boolean!
Arguments
requestPasswordReset.email ● String! non-null scalar
Email address to send the password-reset link to.
Type
Boolean scalar
The Boolean scalar type represents true or false.