onetaskgraph-github-projects 0.2.5

A onetaskgraph source over GitHub Projects.
Documentation
{
  "data": {
    "node": {
      "__typename": "Issue",
      "blockedBy": {
        "nodes": [
          {
            "id": "I_blocker",
            "projectItems": {
              "nodes": [{ "project": { "id": "PVT_blocker" } }],
              "pageInfo": { "hasNextPage": false, "endCursor": null }
            }
          }
        ],
        "pageInfo": { "hasNextPage": false, "endCursor": null }
      },
      "blocking": { "nodes": [], "pageInfo": { "hasNextPage": false, "endCursor": null } }
    }
  }
}