Prisma $queryRaw with variable length parameter list
I am using Prisma with Postgres. I need to use $queryRaw for a particular query due to use of unsupported tsvector type in the underlying table. In this query, I also need to use an 'in' statement where the items in the 'in' list need to be parameterised.. I have tried this const ids = [41, 55] const result = await prisma.$queryRaw`select * from users where