Is their a equivalent to the prisma in opereator? #438
Answered
by
Brendonovich
michaelkremenetsky
asked this question in
Q&A
-
Is their a equivalent to the prisma const feeds = await prisma.feed.findMany({
where: {
id: {
in: feedIds,
},
}
}); |
Beta Was this translation helpful? Give feedback.
Answered by
Brendonovich
Feb 9, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Brendonovich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
feed::id::in_vec()
is the equivalent