post_attachment_bool_exp
Boolean expression to filter rows from the table "post_attachment". All fields are combined with a logical 'AND'.
input post_attachment_bool_exp {
  _and: [post_attachment_bool_exp!]
  _not: post_attachment_bool_exp
  _or: [post_attachment_bool_exp!]
  content: jsonb_comparison_exp
  id: bigint_comparison_exp
  post: post_bool_exp
}