OBJECT
LeadOpptyStepCheckListRelationEntity
link GraphQL Schema definition
- type LeadOpptyStepCheckListRelationEntity {
- # 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
- # Appointment used as evidence for this checklist item. Set when activity_id
- # resolves to an Appointment; otherwise empty.
- : AppointmentEntity
- # Task used as evidence for this checklist item. Set when activity_id resolves to
- # a Task; otherwise empty.
- : TaskEntity
- # Document linked as evidence for this checklist item.
- : CloudObjectEntity
- # Email linked as evidence for this checklist item.
- : EmailEntity
- # Lead this checklist completion belongs to. Set when lead_oppty_id resolves to a
- # Lead; otherwise empty.
- : LeadEntity
- # Opportunity this checklist completion belongs to. Set when lead_oppty_id
- # resolves to an Opportunity; otherwise empty.
- : OpportunityEntity
- # Note linked as evidence for this checklist item.
- : NoteEntity
- # Quote this checklist completion belongs to, or empty when it belongs to a lead
- # or opportunity.
- : QuoteEntity
- # Step checklist item this completion record refers to.
- : StepChecklistEntity
- # Id of the appointment or task linked as evidence for this checklist item.
- : ID
- # Id of the document.
- : ID
- # Id of the email.
- : ID
- # True when the checklist item has been completed for this lead, opportunity or
- # quote.
- : Boolean
- # Id of the lead or opportunity, or empty when this completion belongs to a quote.
- : ID
- # Id of the note.
- : ID
- # Id of the quote.
- : ID
- # Id of the step checklist item.
- : 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
- CreateLeadOpptyStepCheckListRelationPayloadnull
- DeleteLeadOpptyStepCheckListRelationPayloadnull
- LeadOpptyStepCheckListRelationEntityEdgeA Relay edge containing a `LeadOpptyStepCheckListRelationEntity` and its cursor.
- LeadOpptyStepCheckListRelationRepositorynull
- UpdateLeadOpptyStepCheckListRelationPayloadnull