OBJECT
TextMessageConversationEntity
link GraphQL Schema definition
- type TextMessageConversationEntity {
- # 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 :
- # Relation to single entity instance. Target entity is re-used and not deleted
- # on de-association.
- #
- # Examples:
- #
- # Opportunity.owner -> Client, the Client is reused for many opportunities.
- #
- # Account.picture -> CloudObject, the CloudObject can be reused on many accounts.
- #
- PhoneEntity :
- AccountEntity :
- ContactEntity :
- # Relation to single entity instance.
- ID! :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- # Phone number.
- String :
- # Revision when entity was lastly changed.
- Int :
- # Relations to TextMessages.
- #
- # Arguments
- # filter: Filter TextMessage relations by target TextMessage
- # attributes.
- # orderBy: Order TextMessage relations by target TextMessage
- # attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- TextMessageFilterInput, :
- TextMessageOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): TextMessageEntityConnection
- # Relations to Accounts.
- #
- # Arguments
- # filter: Filter Account relations by target Account attributes.
- # filterEdge: Filter TextMessageConversationRelations relations
- # by edge (relation) TextMessageConversationRelations attributes.
- # orderBy: Order Account relations by target Account attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- AccountFilterInput, :
- TextMessageConversationRelationsFilterInput, :
- AccountOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): TextMessageConversationRelationsEntityConnection
- # Relations to Contacts.
- #
- # Arguments
- # filter: Filter Contact relations by target Contact attributes.
- # filterEdge: Filter TextMessageConversationRelations relations
- # by edge (relation) TextMessageConversationRelations attributes.
- # orderBy: Order Contact relations by target Contact attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- ContactFilterInput, :
- TextMessageConversationRelationsFilterInput, :
- ContactOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): TextMessageConversationRelationsEntityConnection
- # Relations to Projects.
- #
- # Arguments
- # filter: Filter Project relations by target Project attributes.
- # filterEdge: Filter TextMessageConversationRelations relations
- # by edge (relation) TextMessageConversationRelations attributes.
- # orderBy: Order Project relations by target Project attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- ProjectFilterInput, :
- TextMessageConversationRelationsFilterInput, :
- ProjectOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): TextMessageConversationRelationsEntityConnection
- # Relations to Leads.
- #
- # Arguments
- # filter: Filter Lead relations by target Lead attributes.
- # filterEdge: Filter TextMessageConversationRelations relations
- # by edge (relation) TextMessageConversationRelations attributes.
- # orderBy: Order Lead relations by target Lead attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- LeadFilterInput, :
- TextMessageConversationRelationsFilterInput, :
- LeadOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): TextMessageConversationRelationsEntityConnection
- # Relations to Opportunitys.
- #
- # Arguments
- # filter: Filter Opportunity relations by target Opportunity
- # attributes.
- # filterEdge: Filter TextMessageConversationRelations relations
- # by edge (relation) TextMessageConversationRelations attributes.
- # orderBy: Order Opportunity relations by target Opportunity
- # attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- OpportunityFilterInput, :
- TextMessageConversationRelationsFilterInput, :
- OpportunityOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): TextMessageConversationRelationsEntityConnection
- # Relations to Quotes.
- #
- # Arguments
- # filter: Filter Quote relations by target Quote attributes.
- # filterEdge: Filter TextMessageConversationRelations relations
- # by edge (relation) TextMessageConversationRelations attributes.
- # orderBy: Order Quote relations by target Quote attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- QuoteFilterInput, :
- TextMessageConversationRelationsFilterInput, :
- QuoteOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): TextMessageConversationRelationsEntityConnection
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- EntityPermsEnum!]!): [EntityPermsEnum!]! ( : [
- }