pub async fn issue_label_create<T: DeserializeOwned + GraphQLFields<FullType = IssueLabel>>(
client: &Client,
replace_team_labels: Option<bool>,
input: IssueLabelCreateInput,
) -> Result<T, LinearError>Expand description
Creates a new label.
Full type: IssueLabel