Ashiqur Rahman
05/28/2020, 10:09 AMprisma.post.findMany();Ryan
05/28/2020, 10:16 AMprisma.post.findMany({
orderBy: {
title: 'asc'
}
})
Where title could be anything that you have in the fields.
Also for descending, you would use desc.