Sponsor_bool_exp
Boolean expression to filter rows from the table "Sponsor". All fields are combined with a logical 'AND'.
input Sponsor_bool_exp {
_and: [Sponsor_bool_exp!]
_not: Sponsor_bool_exp
_or: [Sponsor_bool_exp!]
address: String_comparison_exp
chainId: Int_comparison_exp
id: String_comparison_exp
sponsorshipCount: Int_comparison_exp
sponsorships: Sponsorship_bool_exp
sponsorships_aggregate: Sponsorship_aggregate_bool_exp
totalAmount: numeric_comparison_exp
totalAmountDisplay: String_comparison_exp
}