lineark-sdk 2.1.1

Typed, async-first Rust SDK for the Linear GraphQL API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Generated types and operations for the Linear GraphQL API.
//!
//! Generated by lineark-codegen — do not edit.
mod client_impl;
pub mod enums;
pub mod inputs;
pub mod mutations;
pub mod queries;
pub mod scalars;
pub mod types;