Join Slack
Communities
Powered by
Hi! I have this query: ```await prisma.companies({...
# orm-help
c
Corjen
03/20/2019, 8:30 AM
Hi! I have this query:
Copy code
await prisma.companies({ where: { id_in: ['ID_3', 'ID_2', 'ID_1'] } })
where it would like to get the companies returned in the same order as the
id_in
array. Is that possible somehow?
Open in Slack
Previous
Next