Get Pancake Pool's of a specific token

This shows result …it take little time

{
  ethereum(network: bsc) {
    dexTrades(
      baseCurrency: {is: "0xa8656f71ee80573ed11719a7957bd83fa320250b"}
      options: {desc: "trades"}
    ) {
      poolToken: smartContract {
        address {
          address
        }
      }
      exchange {
        fullName
      }
      pair: quoteCurrency {
        symbol
      }
      trades: count
    }
  }
}