Skip to main content

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
label: String_comparison_exp
size: numeric_comparison_exp
streams: Stream_bool_exp
timestamp: numeric_comparison_exp
}

Fields

Batch_bool_exp._and ● [Batch_bool_exp!] list input

Batch_bool_exp._not ● Batch_bool_exp input

Batch_bool_exp._or ● [Batch_bool_exp!] list input

Batch_bool_exp.batcher ● Batcher_bool_exp input

Batch_bool_exp.batcher_id ● String_comparison_exp input

Batch_bool_exp.db_write_timestamp ● timestamp_comparison_exp input

Batch_bool_exp.hash ● String_comparison_exp input

Batch_bool_exp.id ● String_comparison_exp input

Batch_bool_exp.label ● String_comparison_exp input

Batch_bool_exp.size ● numeric_comparison_exp input

Batch_bool_exp.streams ● Stream_bool_exp input

Batch_bool_exp.timestamp ● numeric_comparison_exp input