GraphQL reference

UpdateMyEmailInput

Input

Autogenerated input type of UpdateMyEmail

mutation { user { updateMyEmail } }

Example

mutation UpdateMyEmail($input: UpdateMyEmailInput!) {
  user {
    updateMyEmail(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
emailString!
mutationMetadataJSON
updatedAtISO8601DateTime!
userIdID!