Tranche_bool_exp
Boolean expression to filter rows from the table "Tranche". All fields are combined with a logical 'AND'.
input Tranche_bool_exp {
_and: [Tranche_bool_exp!]
_not: Tranche_bool_exp
_or: [Tranche_bool_exp!]
amount: numeric_comparison_exp
db_write_timestamp: timestamp_comparison_exp
endAmount: numeric_comparison_exp
endTime: numeric_comparison_exp
id: String_comparison_exp
position: numeric_comparison_exp
startAmount: numeric_comparison_exp
startTime: numeric_comparison_exp
stream: Stream_bool_exp
stream_id: String_comparison_exp
timestamp: numeric_comparison_exp
}