Then you can retrieve the author information when you get one tweet, with: await prisma.tweet.findMany({ include: { author: true } }).
確定! 回上一頁