userVerify Mutation
Description
Sends an email verification message to a buyer. If the buyer doesn't have a verification token, one is generated. The buyer must verify their email address to complete account setup.
mutation userVerify($userRef: ID!) {
userVerify(userRef: $userRef)
}
Variables
{
"userRef": "4ce07a800ee5924eccb1ad03"
}
Response
{
"userVerify": "example"
}
Arguments
| Name | Type | Description |
|---|---|---|
userRef | ID! | Reference ID of the buyer to send verification email to. |