pub async fn comment_unresolve<T: DeserializeOwned + GraphQLFields<FullType = Comment>>(
client: &Client,
id: String,
) -> Result<T, LinearError>Expand description
Unresolves a comment.
Full type: Comment
pub async fn comment_unresolve<T: DeserializeOwned + GraphQLFields<FullType = Comment>>(
client: &Client,
id: String,
) -> Result<T, LinearError>Unresolves a comment.
Full type: Comment