usersEmailVerification
Verify your email when changing it or signing up
| Name | Type | Description |
|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
token | String! | The email verification token |
| Name | Type | Description |
|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
user | User | The user whose email was verified |