hey all. if I’m passing in a list of IDs and quer...
# orm-help
d
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
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