INPUT_OBJECT
ClassificationCategoryWhereInput
ClassificationCategoryWhereInput is used for filtering ClassificationCategory objects. Input was generated by ent.
link GraphQL Schema definition
- input ClassificationCategoryWhereInput {
- : ClassificationCategoryWhereInput
- : [ClassificationCategoryWhereInput!]
- : [ClassificationCategoryWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # name field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- # content field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- # active field predicates
- : Boolean
- : Boolean
- # ordinal field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # created_at field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- # updated_at field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- # topics edge predicates
- : Boolean
- : [TopicWhereInput!]
- # models edge predicates
- : Boolean
- : [ContentClassificationModelWhereInput!]
- # reinforcement_documents edge predicates
- : Boolean
- : [ClassificationReinforcementDocumentWhereInput!]
- }
link Require by
- ClassificationCategoryWhereInputClassificationCategoryWhereInput is used for filtering ClassificationCategory objects. Input was generated by ent.
- ClassificationReinforcementDocumentWhereInputClassificationReinforcementDocumentWhereInput is used for filtering ClassificationReinforcementDocument objects. Input was generated by ent.
- ContentClassificationModelWhereInputContentClassificationModelWhereInput is used for filtering ContentClassificationModel objects. Input was generated by ent.
- Querynull
- TopicWhereInputTopicWhereInput is used for filtering Topic objects. Input was generated by ent.