docs
docs copied to clipboard
Update 80-table-inheritance.mdx wrong comment corrected at line 257
Corrected comment at line 257 to accurately reflect functionality: "Query all videos" instead of "Query all articles"
Describe this PR
Corrected comment at line 257 to accurately reflect functionality: "Query all videos" instead of "Query all articles"
Changes
Corrected comment at line 257 to accurately reflect functionality: "Query all videos" instead of "Query all articles"
- Refactored example with a correct comment instead of wrong one (Query all articles)
// Query all videos
const videoActivities = await prisma.activity.findMany({
where: { type: 'Video' }
include: { video: true }
})
What issue does this fix?
A wrong comment at line 257 of doc file (Table inheritance)
Any other relevant information
@aspian-io is attempting to deploy a commit to the Prisma Team on Vercel.
A member of the Team first needs to authorize it.
Thank you for your contribution!