github.com/cli/cli@v1.14.1-0.20210902173923-1af6a669e342/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              "headRefName": "feature",
    12              "state": "OPEN",
    13              "isDraft": true
    14            },
    15            {
    16              "number": 29,
    17              "title": "Fixed bad bug",
    18              "url": "https://github.com/monalisa/hello/pull/29",
    19              "headRefName": "bug-fix",
    20              "state": "OPEN",
    21              "isDraft": false,
    22              "isCrossRepository": true,
    23              "headRepositoryOwner": {
    24                "login": "hubot"
    25              }
    26            },
    27            {
    28              "number": 28,
    29              "state": "MERGED",
    30              "isDraft": false,
    31              "title": "Improve documentation",
    32              "url": "https://github.com/monalisa/hello/pull/28",
    33              "headRefName": "docs"
    34            }
    35          ],
    36          "pageInfo": {
    37            "hasNextPage": false,
    38            "endCursor": ""
    39          }
    40        }
    41      }
    42    }
    43  }