Revenue_bool_exp
Boolean expression to filter rows from the table "Revenue". All fields are combined with a logical 'AND'.
input Revenue_bool_exp {
  _and: [Revenue_bool_exp!]
  _not: Revenue_bool_exp
  _or: [Revenue_bool_exp!]
  amount: float8_comparison_exp
  chainId: numeric_comparison_exp
  currency: String_comparison_exp
  date: String_comparison_exp
  dateTimestamp: timestamptz_comparison_exp
  db_write_timestamp: timestamp_comparison_exp
  id: String_comparison_exp
  transactions: RevenueTransaction_bool_exp
  transactions_aggregate: RevenueTransaction_aggregate_bool_exp
}