INPUT_OBJECT
UpdateContactAccountRelationInput
link GraphQL Schema definition
- input UpdateContactAccountRelationInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the account.
- : ID
- # Free-form note describing this contact-account link.
- : String
- # Id of the contact.
- : ID
- # True when the contact acts as an assistant on the account org chart. Assistant
- # relations cannot have child relations.
- : Boolean
- # 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
- # True when the contact is a sibling node on the account org chart (no
- # parent/child reporting line).
- : Boolean
- # Job title or position the contact holds at the account.
- : String
- # Org-chart relationship of the contact within the account hierarchy.
- : OrgRelationshipTypeEnum
- # Revision when entity was lastly changed.
- : Int
- # Roles the contact holds within the linked account.
- : [CreateContactAccountAccountRoleRelationNoContactAccountRelationBackrefInput!]
- }