An open API service indexing awesome lists of open source software.

https://github.com/maxdeviant/linear-sdk

A Linear SDK for Rust
https://github.com/maxdeviant/linear-sdk

Last synced: 11 months ago
JSON representation

A Linear SDK for Rust

Awesome Lists containing this project

README

          

# linear_sdk

A Linear SDK for Rust.

## Development

### Update GraphQL Schema

```
graphql-client introspect-schema https://api.linear.app/graphql --output schema.json
```

### Run GraphQL Codegen

```
graphql-client generate --schema-path=schema.json --custom-scalars-module='crate::graphql::custom_scalars' --response-derives='Debug' --output-directory crates/linear_sdk/src/graphql/generated/ crates/linear_sdk/src/graphql/issue.graphql
```