INPUT_OBJECT
PostAssetWhereInput
PostAssetWhereInput is used for filtering PostAsset objects. Input was generated by ent.
link GraphQL Schema definition
- input PostAssetWhereInput {
- : PostAssetWhereInput
- : [PostAssetWhereInput!]
- : [PostAssetWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # asset_id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- # post_id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : Boolean
- : Boolean
- # asset edge predicates
- : Boolean
- : [AssetWhereInput!]
- # post edge predicates
- : Boolean
- : [PostWhereInput!]
- }