github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/issue/view/fixtures/issueView_preview.json (about)

     1  {
     2    "data": {
     3      "repository": {
     4        "hasIssuesEnabled": true,
     5        "issue": {
     6          "number": 123,
     7          "body": "**bold story**",
     8          "title": "ix of coins",
     9          "state": "OPEN",
    10          "createdAt": "2011-01-26T19:01:12Z",
    11          "author": {
    12            "login": "marseilles"
    13          },
    14          "assignees": {
    15            "nodes": [],
    16            "totalCount": 0
    17          },
    18          "labels": {
    19            "nodes": [],
    20            "totalCount": 0
    21          },
    22          "projectcards": {
    23            "nodes": [],
    24            "totalCount": 0
    25          },
    26          "milestone": {
    27            "title": ""
    28          },
    29          "comments": {
    30            "totalCount": 9
    31          },
    32          "url": "https://github.com/OWNER/REPO/issues/123"
    33        }
    34      }
    35    }
    36  }