comments.listByEntity
Type: query
Module: convex/comments.ts
Arguments
Section titled “Arguments”{ entityType: v.union( "requirement", "risk", "task", "skill", "gate", "integration", ), entityId: string, }List comments on an entity with resolved author names and avatars. @param entityType - Type of entity (requirement, risk, task, skill, gate, integration) @param entityId - Entity ID to fetch comments for