Skip to main content

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!]
address: String_comparison_exp
batchIndex: numeric_comparison_exp
batches: Batch_bool_exp
db_write_timestamp: timestamp_comparison_exp
id: String_comparison_exp
}

Fields

Batcher_bool_exp._and ● [Batcher_bool_exp!] list input

Batcher_bool_exp._not ● Batcher_bool_exp input

Batcher_bool_exp._or ● [Batcher_bool_exp!] list input

Batcher_bool_exp.address ● String_comparison_exp input

Batcher_bool_exp.batchIndex ● numeric_comparison_exp input

Batcher_bool_exp.batches ● Batch_bool_exp input

Batcher_bool_exp.db_write_timestamp ● timestamp_comparison_exp input

Batcher_bool_exp.id ● String_comparison_exp input