© 2026 Hedgehog Software, LLC
WHERE "postId" = ${postId} AND ${rootCommentId ? `"id" = ${rootCommentId}` : '"parentCommentId" IS NULL'}
Message: `ERROR: argument of AND must be type boolean, not type text