linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
{
  "issueLabels": {
    "nodes": [
      {
        "id": "0a2f5b71-6b1e-4f7e-9a3c-0f4d3f0a1b2c",
        "name": "Bug",
        "color": "#EB5757",
        "description": "Something is broken",
        "isGroup": false,
        "parent": null,
        "team": {
          "id": "5c9d1a4e-2e6f-4b8a-8c1d-7a6b5c4d3e2f",
          "key": "ENG",
          "name": "Engineering"
        }
      },
      {
        "id": "1b3e6c82-7c2f-4a8e-8b4d-1a2b3c4d5e6f",
        "name": "Roadmap",
        "color": "#BB87FC",
        "description": null,
        "isGroup": false,
        "parent": null,
        "team": null
      },
      {
        "id": "2c4f7d93-8d3a-4b9f-9c5e-2b3c4d5e6f7a",
        "name": "Platform",
        "color": "#26B5CE",
        "description": null,
        "isGroup": true,
        "parent": {
          "id": "3d5a8ea4-9e4b-4caf-8d6f-3c4d5e6f7a8b",
          "name": "Areas",
          "color": "#F2C94C"
        },
        "team": {
          "id": "5c9d1a4e-2e6f-4b8a-8c1d-7a6b5c4d3e2f",
          "key": "ENG",
          "name": "Engineering"
        }
      }
    ],
    "pageInfo": {
      "hasNextPage": false,
      "hasPreviousPage": false,
      "startCursor": "cursor-start",
      "endCursor": "cursor-end"
    }
  }
}