onetaskgraph-linear 0.2.21

A onetaskgraph source over the Linear API.
Documentation
{
  "data": {
    "project": {
      "description": "A near item whose far end lives in another source.\n\n<!-- onetaskgraph.metadata\n{\"onetaskgraph.depends_on\":[{\"id\":\"elsewhere:P-9\",\"kind\":\"project\"}]}\n-->",
      "relations": {
        "nodes": [
          {
            "id": "r1",
            "type": "blocks",
            "relatedProject": {
              "id": "p2"
            }
          }
        ],
        "pageInfo": {
          "hasNextPage": false,
          "endCursor": null
        }
      },
      "inverseRelations": {
        "nodes": [
          {
            "id": "r2",
            "type": "blocks",
            "project": {
              "id": "p3"
            }
          }
        ],
        "pageInfo": {
          "hasNextPage": false,
          "endCursor": null
        }
      }
    }
  }
}