Skip to main content

UserTransaction_bool_exp

Boolean expression to filter rows from the table "UserTransaction". All fields are combined with a logical 'AND'.

input UserTransaction_bool_exp {
_and: [UserTransaction_bool_exp!]
_not: UserTransaction_bool_exp
_or: [UserTransaction_bool_exp!]
block: numeric_comparison_exp
db_write_timestamp: timestamp_comparison_exp
fee: float8_comparison_exp
hash: String_comparison_exp
id: String_comparison_exp
isAirdropClaim: Boolean_comparison_exp
timestamp: numeric_comparison_exp
user: User_bool_exp
user_id: String_comparison_exp
}

Fields

UserTransaction_bool_exp._and ● [UserTransaction_bool_exp!] list input

UserTransaction_bool_exp._not ● UserTransaction_bool_exp input

UserTransaction_bool_exp._or ● [UserTransaction_bool_exp!] list input

UserTransaction_bool_exp.block ● numeric_comparison_exp input

UserTransaction_bool_exp.db_write_timestamp ● timestamp_comparison_exp input

UserTransaction_bool_exp.fee ● float8_comparison_exp input

UserTransaction_bool_exp.hash ● String_comparison_exp input

UserTransaction_bool_exp.id ● String_comparison_exp input

UserTransaction_bool_exp.isAirdropClaim ● Boolean_comparison_exp input

UserTransaction_bool_exp.timestamp ● numeric_comparison_exp input

UserTransaction_bool_exp.user ● User_bool_exp input

UserTransaction_bool_exp.user_id ● String_comparison_exp input