rajat.abcx
rajat.abcx
CCConvex Community
Created by rajat.abcx on 8/22/2024 in #support-community
How to do array filter with multiple values?
It worked, thanks!!
9 replies
CCConvex Community
Created by rajat.abcx on 8/22/2024 in #support-community
How to do array filter with multiple values?
const users = await prisma.user.findMany({ where: { interests: { hasSome: ['AI', 'frontend'], }, }, }); something like this
9 replies