Skip to main content

comment_unresolve

Function comment_unresolve 

Source
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