INPUT_OBJECT
UpdateEntityScoringInput
link GraphQL Schema definition
- input UpdateEntityScoringInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Boolean value.
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Entity scoring definition in json format.
- : EntityScoringSettingsJSONString
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Int
- # Boolean value.
- : Boolean
- # Revision when entity was lastly changed.
- : Int
- }