Skip to main content

comment_update

Function comment_update 

Source
pub async fn comment_update<T: DeserializeOwned + GraphQLFields<FullType = Comment>>(
    client: &Client,
    skip_edited_at: Option<bool>,
    input: CommentUpdateInput,
    id: String,
) -> Result<T, LinearError>
Expand description

Updates a comment.

Full type: Comment