github.com/secman-team/gh-api@v1.8.2/pkg/cmd/repo/list/fixtures/repoSearch.json (about)

     1  {
     2    "data": {
     3      "search": {
     4        "repositoryCount": 3,
     5        "nodes": [
     6          {
     7            "nameWithOwner": "octocat/hello-world",
     8            "description": "My first repository",
     9            "isFork": false,
    10            "isPrivate": false,
    11            "isArchived": false,
    12            "pushedAt": "2021-02-19T06:34:58Z"
    13          },
    14          {
    15            "nameWithOwner": "octocat/cli",
    16            "description": "GitHub CLI",
    17            "isFork": true,
    18            "isPrivate": false,
    19            "isArchived": false,
    20            "pushedAt": "2021-02-19T06:06:06Z"
    21          },
    22          {
    23            "nameWithOwner": "octocat/testing",
    24            "description": null,
    25            "isFork": false,
    26            "isPrivate": true,
    27            "isArchived": false,
    28            "pushedAt": "2021-02-11T22:32:05Z"
    29          }
    30        ],
    31        "pageInfo": {
    32          "hasNextPage": false,
    33          "endCursor": ""
    34        }
    35      }
    36    }
    37  }