Skip to main content

add_comment

Function add_comment 

Source
pub async fn add_comment(
    db: &SqlitePool,
    input: AddCommentInput,
) -> Result<ReviewCommentRecord>