INPUT_OBJECT
UserPostInteractionWhereInput
UserPostInteractionWhereInput is used for filtering UserPostInteraction objects. Input was generated by ent.
link GraphQL Schema definition
- input UserPostInteractionWhereInput {
- : UserPostInteractionWhereInput
- : [UserPostInteractionWhereInput!]
- : [UserPostInteractionWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # user_id field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # post_id field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # type field predicates
- : UserPostInteractionType
- : UserPostInteractionType
- : [UserPostInteractionType!]
- : [UserPostInteractionType!]
- # created_at field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- }