INPUT_OBJECT
CreateOrUpdateLeadOpptyAccountRelationInput
link GraphQL Schema definition
- input CreateOrUpdateLeadOpptyAccountRelationInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the account.
- : 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.
- : Boolean
- # Id of the lead or opportunity this link belongs to.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }