Asset_bool_exp
Boolean expression to filter rows from the table "Asset". All fields are combined with a logical 'AND'.
input Asset_bool_exp {
  _and: [Asset_bool_exp!]
  _not: Asset_bool_exp
  _or: [Asset_bool_exp!]
  address: String_comparison_exp
  chainId: numeric_comparison_exp
  db_write_timestamp: timestamp_comparison_exp
  decimals: numeric_comparison_exp
  id: String_comparison_exp
  name: String_comparison_exp
  streams: Stream_bool_exp
  streams_aggregate: Stream_aggregate_bool_exp
  symbol: String_comparison_exp
}