OBJECT
CloudObjectRelationEntity
link GraphQL Schema definition
- type CloudObjectRelationEntity {
- # 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 file is attached to, or empty when not attached to an account.
- : AccountEntity
- # Appointment the file is attached to. Set when activity_id resolves to an
- # Appointment.
- : AppointmentEntity
- # Task the file is attached to. Set when activity_id resolves to a Task.
- : TaskEntity
- # Approval process the file is attached to.
- : ApprovalProcessEntity
- # Call the file is attached to (e.g. a call recording).
- : CallEntity
- # Folder the file is filed under within the parent record, or empty when stored at
- # the record root.
- : CloudObjectFolderEntity
- # Cloud object (file) being linked.
- : CloudObjectEntity
- # Contact the file is attached to, or empty when not attached to a contact.
- : ContactEntity
- # Custom entity record the file is attached to.
- : CustomEntityEntity
- # Email sequence the file is attached to.
- : EmailSequenceEntity
- # Email template the file is attached to as a template attachment.
- : EmailTemplateEntity
- # Field mapping the file is attached to (e.g. an import file).
- : FieldMappingEntity
- # Lead the file is attached to. Set when lead_oppty_id resolves to a Lead.
- : LeadEntity
- # Opportunity the file is attached to. Set when lead_oppty_id resolves to an
- # Opportunity.
- : OpportunityEntity
- # Media record the file is attached to.
- : MediaEntity
- # Email the file is attached to (e.g. an email attachment). Set when message_id
- # resolves to an Email.
- : EmailEntity
- # Memo the file is attached to. Set when message_id resolves to a Memo.
- : MemoEntity
- # Online form field the file was uploaded into.
- : FieldEntity
- # Online form submission the file was uploaded with.
- : OnlineFormEntity
- # Sales process the file is attached to.
- : ProcessEntity
- # Sales process template the file is attached to.
- : ProcessTemplateEntity
- # Project the file is attached to.
- : ProjectEntity
- # Quote the file is attached to.
- : QuoteEntity
- # Report schedule the file is attached to (e.g. an exported report).
- : ReportScheduleEntity
- # Text message (SMS/MMS) the file is attached to.
- : TextMessageEntity
- # Id of the linked account.
- : ID
- # Id of the linked appointment or task, or empty when not linked.
- : ID
- # Id of the linked approval process.
- : ID
- # Id of the linked call.
- : ID
- # Id of the folder within the parent record, or empty when stored at the record
- # root.
- : ID
- # Id of the linked file.
- : ID
- # Id of the linked contact.
- : ID
- # Id of the linked custom entity record.
- : ID
- # Id of the linked email sequence.
- : ID
- # Id of the linked email template.
- : ID
- # Id of the linked field mapping.
- : ID
- # Id of the linked lead or opportunity, or empty when not linked.
- : ID
- # Id of the linked media record.
- : ID
- # Id of the linked email or memo, or empty when not linked.
- : ID
- # Id of the online form field the file was uploaded into.
- : ID
- # Id of the linked online form submission.
- : ID
- # Id of the linked sales process.
- : ID
- # Id of the linked sales process template.
- : ID
- # Id of the linked project.
- : ID
- # Id of the linked quote.
- : ID
- # Id of the linked report schedule.
- : ID
- # Id of the linked text message.
- : ID
- # Revision when entity was lastly changed.
- : Int
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- }
link Require by
- ApprovalProcessEntitynull
- CloudObjectRelationEntityEdgeA Relay edge containing a `CloudObjectRelationEntity` and its cursor.
- CloudObjectRelationRepositorynull
- CreateCloudObjectRelationPayloadnull
- DeleteCloudObjectRelationPayloadnull
- EmailSequenceEntitynull
- FieldMappingEntitynull
- ProcessEntitynull
- ProcessTemplateEntitynull
- ReportScheduleEntitynull
- UpdateCloudObjectRelationPayloadnull