pub async fn document<T: DeserializeOwned + GraphQLFields<FullType = Document>>(
client: &Client,
id: String,
) -> Result<T, LinearError>Expand description
A specific document by ID or slug.
Full type: Document
pub async fn document<T: DeserializeOwned + GraphQLFields<FullType = Document>>(
client: &Client,
id: String,
) -> Result<T, LinearError>A specific document by ID or slug.
Full type: Document