I got a `conversation` Type and a `message` type. ...
# prisma-whats-new
p
I got a
conversation
Type and a
message
type. A conversation contains many messages. How do I sort conversations to show the conversations with the most recent messages at the top?
orderBy: updatedAt_DESC
doesn't work. It does not seem to take into account that the conversation has updated when a new message is created