linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
{
  "issueRelationCreate": {
    "success": true,
    "issueRelation": {
      "id": "3c4f9a52-8f2e-4c8e-b8a1-6d2f0e9c7a41",
      "type": "blocks",
      "issue": {
        "id": "0f9b2d84-5a1c-4e7f-9b3d-8c6a4e2f1d05",
        "identifier": "ENG-1",
        "title": "Set up database migrations"
      },
      "relatedIssue": {
        "id": "7a1e5c39-2b8d-4f6a-8e4c-9d0b3a7f2e16",
        "identifier": "ENG-2",
        "title": "Ship the admin dashboard"
      }
    }
  }
}