How can I re-order records in prisma?
# prisma-client
g
How can I re-order records in prisma?
r
@Gautam Paranjape 👋 Could you share an example use case?
g
On my frontend, I want to be able to display records from newest to oldest rather than the other way around, and sorry for the question, I just realized I can do some array logic on the data object on the frontend 😅
💯 1