Kryp Arnold
Kryp Arnold
Explore posts from servers
DTDrizzle Team
Created by Kryp Arnold on 6/24/2024 in #help
How to select with references
const allUsers = await prisma.user.findMany({
include: {
posts: true
}
});
const allUsers = await prisma.user.findMany({
include: {
posts: true
}
});
2 replies