Skip to main content

resendConfirmationEmail

Re-sends the email-confirmation link. Always returns true regardless of whether the account exists or is already confirmed (prevents enumeration); the email is only sent for existing unconfirmed accounts. Public.

resendConfirmationEmail(
email: String!
): Boolean!

Arguments

resendConfirmationEmail.email ● String! non-null scalar

Email address of the account to re-send confirmation to.

Type

Boolean scalar

The Boolean scalar type represents true or false.