kkangsan
08/19/2021, 5:37 AMRyan
08/19/2021, 7:21 AMkkangsan
08/19/2021, 7:29 AMconst user = await prisma.user.findMany({
include: {
posts: {
include: {
categories: true,
},
},
},
})
I found an example.
I'll try it again in my project😅
If there's a problem, I'll let you know what the problem is with the code later.
thanks!