Check out this example of the findUnique function in action. Copy. const user = await prisma.user.findUnique({ where: { id: 3 } }).
確定! 回上一頁