post_bool_exp
Boolean expression to filter rows from the table "post". All fields are combined with a logical 'AND'.
input post_bool_exp {
  _and: [post_bool_exp!]
  _not: post_bool_exp
  _or: [post_bool_exp!]
  attachments: post_attachment_bool_exp
  author: profile_bool_exp
  author_address: String_comparison_exp
  conversation: post_bool_exp
  creation_date: timestamp_comparison_exp
  external_id: String_comparison_exp
  hashtags: post_hashtag_bool_exp
  id: bigint_comparison_exp
  last_edited_date: timestamp_comparison_exp
  mentions: post_mention_bool_exp
  posts: post_bool_exp
  reactions: reaction_bool_exp
  references: post_reference_bool_exp
  reply_settings: String_comparison_exp
  section: subspace_section_bool_exp
  subspace: subspace_bool_exp
  subspace_id: bigint_comparison_exp
  text: String_comparison_exp
  urls: post_url_bool_exp
}