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