post_hashtag_bool_exp
Boolean expression to filter rows from the table "post_hashtag". All fields are combined with a logical 'AND'.
input post_hashtag_bool_exp {
  _and: [post_hashtag_bool_exp!]
  _not: post_hashtag_bool_exp
  _or: [post_hashtag_bool_exp!]
  end_index: bigint_comparison_exp
  post: post_bool_exp
  start_index: bigint_comparison_exp
  tag: String_comparison_exp
}