pub async fn project_milestone_create<T: DeserializeOwned + GraphQLFields<FullType = ProjectMilestone>>(
client: &Client,
input: ProjectMilestoneCreateInput,
) -> Result<T, LinearError>Expand description
Creates a new project milestone.
Full type: ProjectMilestone