Skip to content

comments.listByEntity

Type: query Module: convex/comments.ts

{
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