docs icon indicating copy to clipboard operation
docs copied to clipboard

Update 80-table-inheritance.mdx wrong comment corrected at line 257

Open aspian-io opened this issue 1 year ago • 1 comments

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 avatar Feb 27 '24 12:02 aspian-io

@aspian-io is attempting to deploy a commit to the Prisma Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Feb 27 '24 12:02 vercel[bot]

Thank you for your contribution!

jharrell avatar Mar 27 '24 18:03 jharrell