INPUT_OBJECT
ContentClassificationModelWhereInput
ContentClassificationModelWhereInput is used for filtering ContentClassificationModel objects. Input was generated by ent.
link GraphQL Schema definition
- input ContentClassificationModelWhereInput {
- : ContentClassificationModelWhereInput
- : [ContentClassificationModelWhereInput!]
- : [ContentClassificationModelWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # create_time field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- # update_time field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- # name field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- # prompt_template field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- # type field predicates
- : ContentClassificationModelType
- : ContentClassificationModelType
- : [ContentClassificationModelType!]
- : [ContentClassificationModelType!]
- # content_type field predicates
- : ContentClassificationModelContentType
- : ContentClassificationModelContentType
- : [ContentClassificationModelContentType!]
- : [ContentClassificationModelContentType!]
- # active field predicates
- : Boolean
- : Boolean
- # topic_classifications edge predicates
- : Boolean
- : [TopicClassificationWhereInput!]
- # contexts edge predicates
- : Boolean
- : [ContentClassificationModelContextWhereInput!]
- # categories edge predicates
- : Boolean
- : [ClassificationCategoryWhereInput!]
- }
link Require by
- ClassificationCategoryWhereInputClassificationCategoryWhereInput is used for filtering ClassificationCategory objects. Input was generated by ent.
- ContentClassificationModelContextWhereInputContentClassificationModelContextWhereInput is used for filtering ContentClassificationModelContext objects. Input was generated by ent.
- ContentClassificationModelWhereInputContentClassificationModelWhereInput is used for filtering ContentClassificationModel objects. Input was generated by ent.
- Querynull
- TopicClassificationWhereInputTopicClassificationWhereInput is used for filtering TopicClassification objects. Input was generated by ent.