pub async fn comment_resolve<T: DeserializeOwned + GraphQLFields<FullType = Comment>>(
client: &Client,
resolving_comment_id: Option<String>,
id: String,
) -> Result<T, LinearError>Expand description
Resolves a comment thread. Marks the root comment as resolved by the current user.
Full type: Comment