| Crates.io | linear_sdk |
| lib.rs | linear_sdk |
| version | 0.0.1 |
| created_at | 2022-10-29 17:20:41.159586+00 |
| updated_at | 2022-10-29 17:20:41.159586+00 |
| description | A Linear SDK for interacting with the Linear GraphQL API. |
| homepage | |
| repository | https://github.com/maxdeviant/linear-sdk |
| max_upload_size | |
| id | 701105 |
| size | 1,739,586 |
A Linear SDK for Rust.
graphql-client introspect-schema https://api.linear.app/graphql --output schema.json
graphql-client generate --schema-path=schema.json --custom-scalars-module='crate::graphql::custom_scalars' --response-derives='Debug' --output-directory src/graphql/generated/ src/graphql/issue.graphql