INPUT_OBJECT
CreateEntityScoringInput
link GraphQL Schema definition
- input CreateEntityScoringInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Field whose values are strictly defined with an enumeration of values.
- : BaseEntityTypeEnum!
- # 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
- }