updateEmail
Update email
GraphQL Schema
extend type mutation {
"""Update email"""
updateEmail(input: UpdateEmailInput): UpdateEmailPayload
}
Arguments
Name | Type | Description |
---|---|---|
input | [UpdateEmailInput](/04-reference/05-Input Objects/UpdateEmailInput.mdx) |
Response Shape
This mutation returns UpdateEmailPayload
Name | Type | Description |
---|---|---|
success | Boolean! | Whether the mutation was successful |
error | ErrorType | Error information |