Skip to main content

RESEND_VERIFICATION_EMAIL_MUTATION

Admin Docs


Variable: RESEND_VERIFICATION_EMAIL_MUTATION

const RESEND_VERIFICATION_EMAIL_MUTATION: DocumentNode

Defined in: src/GraphQl/Mutations/mutations.ts:272

Resends the email verification link to the currently authenticated user.

Remarks

The user must be logged in for this mutation to work. No parameters are required as it uses the authenticated user's session.

Returns

An object containing:

  • success: boolean indicating if the email was sent successfully
  • message: A descriptive message about the result