If I have multiple id, can I grab multiple items w...
# orm-help
a
If I have multiple id, can I grab multiple items with these multiple id in one go? Thanks. Seems the findMany is slow
r
You can use the
in
operator with
findMany
to add multiple id’s
a
Thanks!
🙌 1