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