Skip to main content

document

Function document 

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

One specific document.

Full type: Document