INPUT_OBJECT
CommentWhereInput
CommentWhereInput is used for filtering Comment objects. Input was generated by ent.
link GraphQL Schema definition
- input CommentWhereInput {
- : CommentWhereInput
- : [CommentWhereInput!]
- : [CommentWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # body field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- # reflection_prompt field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : Boolean
- : Boolean
- : String
- : String
- # total_likes 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
- # should_earn_credits field predicates
- : Boolean
- : Boolean
- # did_earn_credits field predicates
- : Boolean
- : Boolean
- # credit_was_approved field predicates
- : Boolean
- : Boolean
- : Boolean
- : Boolean
- # reflection_version field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # author edge predicates
- : Boolean
- : [UserWhereInput!]
- # post edge predicates
- : Boolean
- : [PostWhereInput!]
- # parent edge predicates
- : Boolean
- : [CommentWhereInput!]
- # replies edge predicates
- : Boolean
- : [CommentWhereInput!]
- # education_credit edge predicates
- : Boolean
- : [EducationCreditWhereInput!]
- # comment_named_entities edge predicates
- : Boolean
- : [CommentNamedEntityWhereInput!]
- # reviewed_by edge predicates
- : Boolean
- : [UserWhereInput!]
- # sparky_conversations edge predicates
- : Boolean
- : [SparkyConversationWhereInput!]
- # liked_users edge predicates
- : Boolean
- : [UserWhereInput!]
- # sparky_chat edge predicates
- : Boolean
- : [SparkyChatWhereInput!]
- # reflection_analysis edge predicates
- : Boolean
- : [ReflectionAnalysisWhereInput!]
- # comment_likes edge predicates
- : Boolean
- : [CommentLikeWhereInput!]
- }
link Require by
- CommentNamedEntityWhereInputCommentNamedEntityWhereInput is used for filtering CommentNamedEntity objects. Input was generated by ent.
- CommentWhereInputCommentWhereInput is used for filtering Comment objects. Input was generated by ent.
- EducationCreditWhereInputEducationCreditWhereInput is used for filtering EducationCredit objects. Input was generated by ent.
- PostWhereInputPostWhereInput is used for filtering Post objects. Input was generated by ent.
- Querynull
- ReflectionAnalysisWhereInputReflectionAnalysisWhereInput is used for filtering ReflectionAnalysis objects. Input was generated by ent.
- SparkyChatWhereInputSparkyChatWhereInput is used for filtering SparkyChat objects. Input was generated by ent.
- SparkyConversationWhereInputSparkyConversationWhereInput is used for filtering SparkyConversation objects. Input was generated by ent.
- UserWhereInputUserWhereInput is used for filtering User objects. Input was generated by ent.