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