Juan Orellana
03/02/2022, 8:08 PMMotdde
03/02/2022, 8:32 PMawait prisma.model.findMany({
where: {
createdAt: {
gt: dateobject,
lt: dateobject,
},
},
})
You might have to test this as I haven’t had a reason for this use case yet.