OBJECT
ContactEntity
link GraphQL Schema definition
- type ContactEntity {
- # Arguments
- # apiNames: Api names of custom fields to retrieve. All are
- # returned if not set.
- (: [String!]): JSONString!
- # Deferred property. Will return data only if called via get_by_id. Otherwise null
- # or empty array is used.
- : Int
- # 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
- : ContactTypeEntity
- : CurrencyExchangeRatesListEntity
- : ClientEntity
- : CloudObjectEntity
- : SalesUnitEntity
- # Multi-line text input field.
- : String
- # Simple text input field.
- : String
- # Multi-line text input field.
- : String
- # Relation to single entity instance.
- : ID
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Relation to single entity instance.
- : ID
- # Email address.
- : String
- # Email address.
- : String
- # Email address.
- : String
- # Email address.
- : String
- # Email address.
- : String
- # Simple text input field.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : GenderEnum
- # Boolean value.
- : Boolean
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Relation to single entity instance.
- : ID!
- # Phone number.
- : String
- # Phone number.
- : String
- # Phone number.
- : String
- # Phone number.
- : String
- # Phone number.
- : String
- # Relation to single entity instance.
- : ID
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Relation to single entity instance.
- : ID
- # Simple text input field.
- : String
- # Revision when entity was lastly changed.
- : Int
- : String!
- : Int!
- : ContactSocialRelationEntity
- # Primary Account.
- : AccountEntity
- # Relations to Accounts.
- #
- # Arguments
- # filter: Filter Account relations by target Account attributes.
- # filterEdge: Filter ContactAccountRelation relations by edge
- # (relation) ContactAccountRelation 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,
- : ContactAccountRelationFilterInput,
- : [AccountOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ContactAccountRelationEntityConnection
- # Relations to SalesUnits.
- #
- # Arguments
- # filter: Filter SalesUnit relations by target SalesUnit
- # attributes.
- # filterEdge: Filter ContactSharingSalesUnitRelation relations by
- # edge (relation) ContactSharingSalesUnitRelation attributes.
- # orderBy: Order SalesUnit relations by target SalesUnit
- # 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.
- (
- : SalesUnitFilterInput,
- : ContactSharingSalesUnitRelationFilterInput,
- : [SalesUnitOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ContactSharingSalesUnitRelationEntityConnection
- # Relations to Clients.
- #
- # Arguments
- # filter: Filter Client relations by target Client attributes.
- # filterEdge: Filter ContactSharingClientRelation relations by
- # edge (relation) ContactSharingClientRelation attributes.
- # orderBy: Order Client relations by target Client 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.
- (
- : ClientFilterInput,
- : ContactSharingClientRelationFilterInput,
- : [ClientOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ContactSharingClientRelationEntityConnection
- # Relations to CloudObjects.
- #
- # Arguments
- # filter: Filter CloudObject relations by target CloudObject
- # attributes.
- # filterEdge: Filter CloudObjectRelation relations by edge
- # (relation) CloudObjectRelation attributes.
- # orderBy: Order CloudObject relations by target CloudObject
- # 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.
- (
- : CloudObjectFilterInput,
- : CloudObjectRelationFilterInput,
- : [CloudObjectOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): CloudObjectRelationEntityConnection
- : String
- : String
- : String
- : Boolean!
- # Roles of Contact in his primary Account.
- : [ContactAccountAccountRoleRelationEntity!]
- # Job position of Contact in his primary Account.
- : String
- # Job position of Contact in his primary Account or quick account position if
- # Contact has no primary Account.
- : String
- # Deferred property. Will return data only if called via get_by_id. Otherwise null
- # or empty array is used.
- : [UUID!]!
- # If account has any unsubscribed email.
- : Boolean
- # Relations to Tags.
- #
- # Arguments
- # filter: Filter Tag relations by target Tag attributes.
- # filterEdge: Filter TagRelation relations by edge (relation)
- # TagRelation attributes.
- # orderBy: Order Tag relations by target Tag 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.
- (
- : TagFilterInput,
- : TagRelationFilterInput,
- : [TagOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): TagRelationEntityConnection
- # Relations to Profiles.
- #
- # Arguments
- # filter: Filter Profile relations by target Profile attributes.
- # filterEdge: Filter ProfileRelation relations by edge (relation)
- # ProfileRelation attributes.
- # orderBy: Order Profile relations by target Profile 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.
- (
- : ProfileFilterInput,
- : ProfileRelationFilterInput,
- : [ProfileOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ProfileRelationEntityConnection
- # Org chart relationship of Contact in his primary Account.
- : String
- : DateTime
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- # Arguments
- # entityType: [Not documented]
- (: EntityNameEnum!): CompactViewDrilldownModel!
- # Arguments
- # ids: [Not documented]
- (: [UUID!]!): [DashboardChartData!]
- # Arguments
- # id: [Not documented]
- # seriesIndex: [Not documented]
- # itemIndex: [Not documented]
- (: UUID!, : Int, : Int): CompactViewDrilldownModel!
- # Arguments
- # ids: Null to load all fields defined on InterfacePreview entity
- # first: [Not documented]
- (: [UUID!], : Int): [InterfaceFieldData]!
- : ApprovalEntity
- }
link Require by
- ActivityRelationEntitynull
- AppointmentContactInviteesRelationEntitynull
- ApprovalEntitynull
- ArchiveContactPayloadnull
- CallEntitynull
- ChangeOwnershipContactPayloadnull
- ClientFavoriteEntitynull
- CloudObjectRelationEntitynull
- ContactAccountRelationEntitynull
- ContactDataExRelationEntitynull
- ContactEntityEdgeA Relay edge containing a `ContactEntity` and its cursor.
- ContactKPIEntitynull
- ContactRelationEntitynull
- ContactRepositorynull
- ContactSharingClientRelationEntitynull
- ContactSharingSalesUnitRelationEntitynull
- ConvertContactPayloadnull
- CopyContactPayloadnull
- CreateContactPayloadnull
- CustomEntityRelationDataEntitynull
- DashboardListChartDataEntitynull
- DeleteContactPayloadnull
- EmailEntitynull
- EmailSequenceEnrolledEntitynull
- LeadEntitynull
- LeadOpptyContactRelationEntitynull
- ManageSharingContactPayloadnull
- MergeContactPayloadnull
- MessageRelationEntitynull
- NoteEntitynull
- OnlineFormEntitynull
- OnlineFormRelationEntitynull
- OnlineFormTypeEmailRelationEntitynull
- OpportunityEntitynull
- ProfileRelationEntitynull
- ProjectContactRelationEntitynull
- ProjectEntitynull
- QuoteContactRelationEntitynull
- QuoteEntitynull
- ReactivateContactPayloadnull
- RestoreContactPayloadnull
- TagRelationEntitynull
- TextMessageConversationEntitynull
- TextMessageConversationRelationsEntitynull
- UpdateContactPayloadnull