List the assets in auctions.
const where: Asset_Bool_Exp = { chain_id: { _eq: chainId }, auction_pool: { pool_config_starting_tick: { _gt: Date.now() } } }