cli/pkg/cmd/repo/list/fixtures/repoList.json
Hirad Pourtahmasbi bbaf010303
repo list: add --visibility internal filter (#5564)
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-05-10 15:39:53 +00:00

43 lines
1.1 KiB
JSON

{
"data": {
"repositoryOwner": {
"login": "octocat",
"repositories": {
"totalCount": 3,
"nodes": [
{
"nameWithOwner": "octocat/hello-world",
"description": "My first repository",
"isFork": false,
"isPrivate": false,
"isArchived": false,
"pushedAt": "2021-02-19T06:34:58Z",
"visibility": "PUBLIC"
},
{
"nameWithOwner": "octocat/cli",
"description": "GitHub CLI",
"isFork": true,
"isPrivate": false,
"isArchived": false,
"pushedAt": "2021-02-19T06:06:06Z",
"visibility": "PUBLIC"
},
{
"nameWithOwner": "octocat/testing",
"description": null,
"isFork": false,
"isPrivate": true,
"isArchived": false,
"pushedAt": "2021-02-11T22:32:05Z",
"visibility": "PRIVATE"
}
],
"pageInfo": {
"hasNextPage": false,
"endCursor": ""
}
}
}
}
}