INPUT_OBJECT

UpdateMessageRelationInput

link GraphQL Schema definition

  • input UpdateMessageRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the linked account.
  • accountId: ID
  • # Id of the linked contact.
  • contactId: ID
  • # Id of the linked custom entity record.
  • customEntityId: ID
  • # Id of the lead or opportunity the message is linked to, or empty when not
  • # linked.
  • leadOpptyId: ID
  • # Id of the email or memo on this link.
  • messageId: ID
  • # Id of the linked project.
  • projectId: ID
  • # Id of the linked quote.
  • quoteId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by