INPUT_OBJECT
CreateOrUpdateEntityScoringInput
link GraphQL Schema definition
- input CreateOrUpdateEntityScoringInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Field whose values are strictly defined with an enumeration of values.
- : BaseEntityTypeEnum
- # When false, the scoring configuration is defined but not evaluated for records.
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Entity scoring definition in json format.
- : EntityScoringSettingsJSONString
- # Position of this scoring configuration among others for the same entity type.
- # Configurations are evaluated in this order until one matches.
- : Int
- # When true, the configuration name is treated as a translation key and localized
- # in the UI; otherwise the literal name is shown.
- : Boolean
- # Revision when entity was lastly changed.
- : Int
- }