UpdateMyEmailInput
InputAutogenerated input type of UpdateMyEmail
mutation { user { updateMyEmail } }
Example
mutation UpdateMyEmail($input: UpdateMyEmailInput!) {
user {
updateMyEmail(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
String! | — | |
| mutationMetadata | JSON | — |
| updatedAt | ISO8601DateTime! | — |
| userId | ID! | — |