Skip to main content

User_bool_exp

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

input User_bool_exp {
_and: [User_bool_exp!]
_not: User_bool_exp
_or: [User_bool_exp!]
address: String_comparison_exp
chainId: numeric_comparison_exp
db_write_timestamp: timestamp_comparison_exp
id: String_comparison_exp
isOnlyAirdropClaimer: Boolean_comparison_exp
transactions: UserTransaction_bool_exp
transactions_aggregate: UserTransaction_aggregate_bool_exp
}

Fields

User_bool_exp._and ● [User_bool_exp!] list input

User_bool_exp._not ● User_bool_exp input

User_bool_exp._or ● [User_bool_exp!] list input

User_bool_exp.address ● String_comparison_exp input

User_bool_exp.chainId ● numeric_comparison_exp input

User_bool_exp.db_write_timestamp ● timestamp_comparison_exp input

User_bool_exp.id ● String_comparison_exp input

User_bool_exp.isOnlyAirdropClaimer ● Boolean_comparison_exp input

User_bool_exp.transactions ● UserTransaction_bool_exp input

User_bool_exp.transactions_aggregate ● UserTransaction_aggregate_bool_exp input