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