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

     1  {
     2    "data": {
     3      "repository": {
     4        "pullRequests": {
     5          "totalCount": 3,
     6          "nodes": [
     7            {
     8              "number": 32,
     9              "title": "New feature",
    10              "url": "https://github.com/monalisa/hello/pull/32",
    11              "createdAt": "2022-08-24T20:01:12Z",
    12              "headRefName": "feature",
    13              "state": "OPEN",
    14              "isDraft": true
    15            },
    16            {
    17              "number": 29,
    18              "title": "Fixed bad bug",
    19              "url": "https://github.com/monalisa/hello/pull/29",
    20              "createdAt": "2022-07-20T19:01:12Z",
    21              "headRefName": "bug-fix",
    22              "state": "OPEN",
    23              "isDraft": false,
    24              "isCrossRepository": true,
    25              "headRepositoryOwner": {
    26                "login": "hubot"
    27              }
    28            },
    29            {
    30              "number": 28,
    31              "state": "MERGED",
    32              "isDraft": false,
    33              "title": "Improve documentation",
    34              "createdAt": "2020-01-26T19:01:12Z",
    35              "url": "https://github.com/monalisa/hello/pull/28",
    36              "headRefName": "docs"
    37            }
    38          ],
    39          "pageInfo": {
    40            "hasNextPage": false,
    41            "endCursor": ""
    42          }
    43        }
    44      }
    45    }
    46  }