OBJECT
DataEntity
link GraphQL Schema definition
- type DataEntity {
- # 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!
- : Boolean
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # For dependent dropdowns, ids of options on the parent field for which this
- # option is available. Empty when the option is always available.
- : JSONString
- # Numeric value associated with the option, used in calculation formulas (e.g.
- # score of a dropdown option).
- : Float
- # Identifier of the data set this option belongs to. Shared by all options of a
- # dropdown / radio / multiselect field.
- : ID!
- # Name of the entity and its default text representation.
- : String!
- # Position of the option within its data set; lower values appear first.
- : Int!
- # True when the entity configuration is published; false while it exists only as
- # an unpublished draft.
- : Boolean
- # Revision when entity was lastly changed.
- : Int
- # Map of locale codes to translated option names (e.g. {"en-US": "Hot", "de-DE":
- # "Heiß"}). Empty when no translations are defined.
- : JSONString!
- # Option name in the current user's language, taken from option_name_translations.
- # Empty when no translation is available for that language.
- : String
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- }
link Require by
- AccountDataExRelationEntitynull
- AccountEntitynull
- ActivityDataExRelationEntitynull
- ContactDataExRelationEntitynull
- CreateDataPayloadnull
- CustomEntityDataExRelationEntitynull
- DataEntityEdgeA Relay edge containing a `DataEntity` and its cursor.
- DataRepositorynull
- DeleteDataPayloadnull
- FieldDataSetRelationnull
- LeadEntitynull
- LeadOpptyDataExRelationEntitynull
- OnlineFormDataExRelationEntitynull
- OpportunityEntitynull
- OpptyProductRelationDataExRelationEntitynull
- ProductDataExRelationEntitynull
- ProjectDataExRelationEntitynull
- QuoteDataExRelationEntitynull
- QuoteEntitynull
- RestoreDataPayloadnull
- TaskEntitynull
- TranslationEntitynull
- UpdateDataPayloadnull