GraphQL reference

UpdateMyEmailPayload

Object

Autogenerated return 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.
constructableUrlString
errors[String!]!