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 :
- # Floating point number.
- Float :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- ID! :
- # Name of the entity and its default text representation.
- String! :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- Int! :
- Boolean :
- # Revision when entity was lastly changed.
- Int :
- JSONString! :
- 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.
- DataRelationEntitynull
- DataRepositorynull
- DeleteDataPayloadnull
- FieldDataSetRelationnull
- LeadEntitynull
- LeadOpptyDataExRelationEntitynull
- OnlineFormDataExRelationEntitynull
- OpportunityEntitynull
- OpptyProductRelationDataExRelationEntitynull
- ProductDataExRelationEntitynull
- ProjectDataExRelationEntitynull
- QuoteDataExRelationEntitynull
- QuoteEntitynull
- RestoreDataPayloadnull
- TaskEntitynull
- TranslationEntitynull
- UpdateDataPayloadnull