Query builder hooks

System Information
  • Strapi Version: latest
  • Operating System: windows
  • Database: postgresql
  • Node Version: 14
  • NPM Version: 6.x.x
  • Yarn Version: ??

Hi,
Is there any way to modify query in query builder level? I know about subscribers but they are before and after query builder’s functionality. I also tried to use knex hook tools but it seems since strapi is using its own query builder those knex hook packages does not work.