Watcher_bool_exp
Boolean expression to filter rows from the table "Watcher". All fields are combined with a logical 'AND'.
input Watcher_bool_exp {
  _and: [Watcher_bool_exp!]
  _not: Watcher_bool_exp
  _or: [Watcher_bool_exp!]
  actionCounter: numeric_comparison_exp
  chainId: numeric_comparison_exp
  db_write_timestamp: timestamp_comparison_exp
  id: String_comparison_exp
  streamCounter: numeric_comparison_exp
}