In their example: const getUser = await prisma.user.findUnique({ where: { id: 1, }, // select: { name: true } <-- Can't do this! include: ...
確定! 回上一頁