Batcher_bool_exp
Boolean expression to filter rows from the table "Batcher". All fields are combined with a logical 'AND'.
input Batcher_bool_exp {
  _and: [Batcher_bool_exp!]
  _not: Batcher_bool_exp
  _or: [Batcher_bool_exp!]
  batchCounter: numeric_comparison_exp
  batches: Batch_bool_exp
  db_write_timestamp: timestamp_comparison_exp
  id: String_comparison_exp
}