linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
{
  "data": {
    "issue": {
      "comments": {
        "nodes": [
          {
            "id": "8c2d4f51-b06e-4d92-c134-e5f607182934",
            "body": "Resolving — fix shipped in 0.9.3.",
            "url": "https://linear.app/acme/issue/ENG-8123/token-count-gauge#comment-8c2d4f51",
            "user": {
              "id": "9c2c88a6-99d3-4a63-a201-8ee5c7dcc374",
              "name": "Ada Lovelace",
              "displayName": "ada"
            },
            "createdAt": "2026-07-03T18:45:00.000Z",
            "editedAt": null,
            "resolvedAt": "2026-07-03T18:46:30.000Z",
            "parent": null
          }
        ],
        "pageInfo": {
          "hasNextPage": false,
          "hasPreviousPage": true,
          "startCursor": "c2",
          "endCursor": "c2"
        }
      }
    }
  }
}