OBJECT
VerifyAccount
Verify user account.
Receive the token that was sent by email.
If the token is valid, make the user verified
by making the user.status.verified
field true.
link GraphQL Schema definition
- type VerifyAccount {
- Boolean :
- ExpectedErrorType :
- }