INPUT_OBJECT

CreateEntityScoringInput

link GraphQL Schema definition

  • input CreateEntityScoringInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Field whose values are strictly defined with an enumeration of values.
  • entityType: BaseEntityTypeEnum!
  • # Boolean value.
  • isEnabled: Boolean!
  • # Name of the entity and its default text representation.
  • name: String!
  • # Entity scoring definition in json format.
  • settings: EntityScoringSettingsJSONString!
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • sortOrder: Int!
  • # Boolean value.
  • useLang: Boolean
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by