INPUT_OBJECT
PostCollectionWhereInput
PostCollectionWhereInput is used for filtering PostCollection objects. Input was generated by ent.
link GraphQL Schema definition
- input PostCollectionWhereInput {
- : PostCollectionWhereInput
- : [PostCollectionWhereInput!]
- : [PostCollectionWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # post_id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- # collection_id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- # ordinal field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # post edge predicates
- : Boolean
- : [PostWhereInput!]
- # collection edge predicates
- : Boolean
- : [CollectionWhereInput!]
- }
link Require by
- CollectionWhereInputCollectionWhereInput is used for filtering Collection objects. Input was generated by ent.
- PostCollectionWhereInputPostCollectionWhereInput is used for filtering PostCollection objects. Input was generated by ent.
- PostWhereInputPostWhereInput is used for filtering Post objects. Input was generated by ent.