Bård
08/26/2021, 1:55 PMUnknown arg `distinct` in distinct for type AggregateSeed
My code:
const seeds = await prisma.seed.aggregate({
distinct: ['schoolKey'],
where: {
score: {
not: null,
},
},
_sum: {
score: true,
},
});
Ryan
08/26/2021, 2:28 PMBård
08/27/2021, 7:27 AM