OBJECT
ContactAccountRelationEntity
link GraphQL Schema definition
- type ContactAccountRelationEntity {
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Account the contact is linked to.
- : AccountEntity
- # Contact linked to the account.
- : ContactEntity
- # 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.
- : [ContactAccountAccountRoleRelationEntity!]
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- }
link Require by
- ContactAccountAccountRoleRelationEntitynull
- ContactAccountRelationEntityEdgeA Relay edge containing a `ContactAccountRelationEntity` and its cursor.
- ContactAccountRelationRepositorynull
- CreateContactAccountRelationPayloadnull
- DeleteContactAccountRelationPayloadnull
- UpdateContactAccountRelationPayloadnull