Join Slack
Powered by
hey all. if I’m passing in a list of IDs and quer...
# orm-help
d
Drew Rawitz
12/16/2021, 7:58 PM
hey all. if I’m passing in a list of IDs and querying them with
{ in: […ids] }
is there a way to have them returned in the same exact order that I passed them in?
👍 1
k
ksuh
01/18/2022, 7:11 AM
Looking for the exact same thing. There isn’t a way to do this with Prisma yet. It would be nice to have a functionality where I can pass in raw
ORDER BY
statements.
https://github.com/prisma/prisma/issues/5848#issuecomment-1015041016
2
Views
Open in Slack
Previous
Next