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

     1  {
     2    "data": {
     3      "repository": {
     4        "pullRequest": {
     5          "number": 12,
     6          "title": "Blueberries are from a fork",
     7          "state": "CLOSED",
     8          "body": "**blueberries taste good**",
     9          "url": "https://github.com/OWNER/REPO/pull/12",
    10          "author": {
    11            "login": "nobody"
    12          },
    13          "additions": 100,
    14          "deletions": 10,
    15          "commits": {
    16            "totalCount": 12
    17          },
    18          "baseRefName": "master",
    19          "headRefName": "blueberries",
    20          "headRepositoryOwner": {
    21            "login": "hubot"
    22          },
    23          "isCrossRepository": true
    24        }
    25      }
    26    }
    27  }