Roland Kalocsaven

Results 1 comments of Roland Kalocsaven

I'm experiencing the same issue. ``` db.user.findMany({ orderBy: { createdAt: 'asc', updatedAt: 'asc' } }) ``` I get the following error: ``` Invalid `prisma.user.findMany()` invocation: { orderBy: { createdAt: \"asc\",...