Last update:
April 11, 2024
sendVerifyEmail mutation¶
This mutation allows to send emails to complete verification.
Arguments¶
The InputSendVerifyEmailType
represents the input for sending a verification email.
Field | Description |
---|---|
storeId String! |
The Id of the store for which the verification email is sent. |
languageCode String |
The language code for the email content. |
email String |
The email address to which the verification email is sent. |
userId String |
The Id of the user. |
Possible returns¶
Possible return | Description |
---|---|
Boolean |
Indicates the outcome of the operation. |