OBJECT

EmailLinkedItem

link GraphQL Schema definition

  • type EmailLinkedItem {
  • id: ID!
  • name: String
  • entityType: EntityNameEnum!
  • entityApiName: String
  • isAvailable: Boolean!
  • isDeleted: Boolean!
  • # Linked accounts/contacts on mass email cannot be removed! If this
  • # account/contact is linked on even one of mass email child emails then it cannot
  • # be removed!
  • isEditable: Boolean!
  • }