INPUT_OBJECT

CreateOrUpdateLeadOpptyAccountRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateLeadOpptyAccountRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the account.
  • accountId: ID
  • # True for the row that represents the primary related entity for this record.
  • # Setting is_primary to true on a row automatically clears it on any other primary
  • # row.
  • isPrimary: Boolean
  • # Id of the lead or opportunity this link belongs to.
  • leadOpptyId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by