pub async fn issue_update<T: DeserializeOwned + GraphQLFields<FullType = Issue>>(
client: &Client,
input: IssueUpdateInput,
id: String,
) -> Result<T, LinearError>Expand description
Updates an issue.
Full type: Issue
pub async fn issue_update<T: DeserializeOwned + GraphQLFields<FullType = Issue>>(
client: &Client,
input: IssueUpdateInput,
id: String,
) -> Result<T, LinearError>Updates an issue.
Full type: Issue