linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
{
  "issues": {
    "nodes": [
      {
        "id": "0193b1a0-4d5e-4000-8000-000000000003",
        "identifier": "ENG-3",
        "number": 3,
        "title": "Write the README",
        "description": null,
        "url": "https://linear.app/acme/issue/ENG-3/write-the-readme",
        "branchName": "ada/eng-3-write-the-readme",
        "priority": 4,
        "priorityLabel": "Low",
        "estimate": null,
        "dueDate": "2026-09-15",
        "sortOrder": -98.75,
        "createdAt": "2026-06-04T09:00:00.000Z",
        "updatedAt": "2026-06-04T09:00:00.000Z",
        "completedAt": null,
        "canceledAt": null,
        "startedAt": null,
        "archivedAt": null,
        "state": {
          "id": "11111111-1111-4111-8111-111111111114",
          "name": "Backlog",
          "type": "backlog",
          "color": "#bec2c8"
        },
        "team": {
          "id": "22222222-2222-4222-8222-222222222222",
          "key": "ENG",
          "name": "Engineering"
        },
        "assignee": null,
        "creator": null,
        "labels": { "nodes": [] },
        "project": null,
        "projectMilestone": null,
        "parent": null,
        "relations": { "nodes": [] },
        "inverseRelations": { "nodes": [] }
      }
    ],
    "pageInfo": {
      "hasNextPage": false,
      "hasPreviousPage": true,
      "startCursor": "c2",
      "endCursor": "c2"
    }
  }
}