Batch_bool_exp
Boolean expression to filter rows from the table "Batch". All fields are combined with a logical 'AND'.
input Batch_bool_exp {
  _and: [Batch_bool_exp!]
  _not: Batch_bool_exp
  _or: [Batch_bool_exp!]
  batcher: Batcher_bool_exp
  batcher_id: String_comparison_exp
  db_write_timestamp: timestamp_comparison_exp
  hash: String_comparison_exp
  id: String_comparison_exp
  position: numeric_comparison_exp
  size: numeric_comparison_exp
  streams: Stream_bool_exp
  streams_aggregate: Stream_aggregate_bool_exp
  timestamp: numeric_comparison_exp
}