INPUT_OBJECT

CreateOrUpdateEntityScoringInput

link GraphQL Schema definition

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

link Require by