RevenueTransaction_bool_exp
Boolean expression to filter rows from the table "RevenueTransaction". All fields are combined with a logical 'AND'.
input RevenueTransaction_bool_exp {
  _and: [RevenueTransaction_bool_exp!]
  _not: RevenueTransaction_bool_exp
  _or: [RevenueTransaction_bool_exp!]
  amount: float8_comparison_exp
  block: numeric_comparison_exp
  db_write_timestamp: timestamp_comparison_exp
  hash: String_comparison_exp
  id: String_comparison_exp
  revenue: Revenue_bool_exp
  revenue_id: String_comparison_exp
  timestamp: numeric_comparison_exp
}