Skip to main content

comment_resolve

Function comment_resolve 

Source
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.

Full type: Comment