OBJECT
TextMessageConversationRelationsEntity
link GraphQL Schema definition
- type TextMessageConversationRelationsEntity {
- # 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 conversation is linked to, or empty when not linked.
- : AccountEntity
- # Contact the conversation is linked to, or empty when not linked.
- : ContactEntity
- # Lead the conversation is linked to. Set when lead_oppty_id resolves to a Lead.
- : LeadEntity
- # Opportunity the conversation is linked to. Set when lead_oppty_id resolves to an
- # Opportunity.
- : OpportunityEntity
- # Project the conversation is linked to.
- : ProjectEntity
- # Quote the conversation is linked to.
- : QuoteEntity
- # Conversation this link belongs to.
- : TextMessageConversationEntity
- # Id of the linked account.
- : ID
- # Id of the linked contact.
- : ID
- # Id of the lead or opportunity the conversation is linked to, or empty when not
- # linked.
- : ID
- # Id of the linked project, or empty when not linked.
- : ID
- # Id of the linked quote, or empty when not linked.
- : ID
- # Id of the conversation.
- : 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
- CreateTextMessageConversationRelationsPayloadnull
- DeleteTextMessageConversationRelationsPayloadnull
- TextMessageConversationRelationsEntityEdgeA Relay edge containing a `TextMessageConversationRelationsEntity` and its cursor.
- TextMessageConversationRelationsRepositorynull
- UpdateTextMessageConversationRelationsPayloadnull