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