onetaskgraph-linear 0.2.21

A onetaskgraph source over the Linear API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "data": {
    "issueLabels": {
      "nodes": [
        { "id": "l1", "name": "Bug", "color": "#ff0000" },
        { "id": "l2", "name": "Chore", "color": "#0000ff" }
      ],
      "pageInfo": { "hasNextPage": false, "endCursor": null }
    }
  }
}