changeEmailVerification
GraphQL Schema
extend type mutation {
changeEmailVerification(input: ChangeEmailVerificationInput): ChangeEmailVerificationPayload
}
Arguments
| Name | Type | Description |
|---|---|---|
| input | [ChangeEmailVerificationInput](/04-reference/05-Input Objects/ChangeEmailVerificationInput.mdx) |
Response Shape
This mutation returns ChangeEmailVerificationPayload
| Name | Type | Description |
|---|---|---|
| success | Boolean! | Whether the mutation was successful |
| error | ErrorType | Error information |
| String | The new email, if the mutation is successful |