Skip to main content

project

Function project 

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

One specific project.

Full type: Project