The Linear Client SDK for interacting with the Linear GraphQL API
npm install @linear/sdk
Streamline issues, projects, and product roadmaps
with the system for modern software development.
The Linear Client uses custom GraphQL Code Generator plugins to produce a typed SDK for all operations and models exposed by the Linear production API.
This monorepo uses pnpm workspaces to manage and publish packages.
Generated code uses file prefix _generated and should never be manually updated.
Open source packages:
- sdk - The Linear Client SDK for interacting with the Linear GraphQL API
- import - Import tooling for uploading from other systems
- codegen-doc - GraphQL codegen plugin to generate GraphQL fragments and documents
- codegen-sdk - GraphQL codegen plugin to generate Typescript SDK from fragments and documents
- codegen-test - GraphQL codegen plugin to generate a jest test for the Typescript SDK
Make sure you have Node 18+ and Corepack enabled (corepack enable).
``shellinstall dependencies
pnpm install
1. The @linear/codegen-doc plugin is used by codegen.doc.yml to generate fragments and documents
2. The @linear/codegen-sdk plugin is used by codegen.sdk.yml to generate the typed Linear SDK
3. The @linear/codegen-test plugin is used by codegen.test.yml to generate a typed jest test
Licensed under the MIT License.