INPUT_OBJECT
PollQuestionWhereInput
PollQuestionWhereInput is used for filtering PollQuestion objects. Input was generated by ent.
link GraphQL Schema definition
- input PollQuestionWhereInput {
- : PollQuestionWhereInput
- : [PollQuestionWhereInput!]
- : [PollQuestionWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # question field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- # total_votes field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # poll edge predicates
- : Boolean
- : [PollWhereInput!]
- }
link Require by
- PollAnswerWhereInputPollAnswerWhereInput is used for filtering PollAnswer objects. Input was generated by ent.
- PollQuestionWhereInputPollQuestionWhereInput is used for filtering PollQuestion objects. Input was generated by ent.
- PollWhereInputPollWhereInput is used for filtering Poll objects. Input was generated by ent.