pub async fn project_update<T: DeserializeOwned + GraphQLFields<FullType = Project>>(
client: &Client,
input: ProjectUpdateInput,
id: String,
) -> Result<T, LinearError>Expand description
Updates a project.
Full type: Project
pub async fn project_update<T: DeserializeOwned + GraphQLFields<FullType = Project>>(
client: &Client,
input: ProjectUpdateInput,
id: String,
) -> Result<T, LinearError>Updates a project.
Full type: Project