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