Other GraphQL Types
PropertyBehaviorEnum
Valid Values
Value | Description |
---|---|
STANDARD | Properties that affect the form, fit, or function of an entity. If values are changed, a “new version” of the entity is created. |
DYNAMIC_AT_VERSION | Properties that are only applicable at a specific, historical version of an entity. Typically used for “computed” values. |
DYNAMIC | Properties that are only applicable at a specific, historical version of an entity. When an entity is changed, current value is copied over to the next entity version. |
TIMELESS | Properties that are applied at the ‘lineage’ of an entity. Only one value of property exists at any given time for all versions/revisions of an entity and changes to value does not require a revision. |
Where Used
Object/Input | Field | Description |
---|---|---|
PropertyDefinition | propertyBehavior . |
Data object that represents property definition. Property definition is an object that acts as a template to create properties on an entity. |
CreatePropertyDefinitionInput | propertyBehavior . |
Behavior of a property. |
PropertyDefinitionInput | propertyBehavior . |
Behavior of a property. |