github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/repo/list/fixtures/repoList.json (about) 1 { 2 "data": { 3 "repositoryOwner": { 4 "login": "octocat", 5 "repositories": { 6 "totalCount": 3, 7 "nodes": [ 8 { 9 "nameWithOwner": "octocat/hello-world", 10 "description": "My first repository", 11 "isFork": false, 12 "isPrivate": false, 13 "isArchived": false, 14 "pushedAt": "2021-02-19T06:34:58Z", 15 "visibility": "PUBLIC" 16 }, 17 { 18 "nameWithOwner": "octocat/cli", 19 "description": "GitHub CLI", 20 "isFork": true, 21 "isPrivate": false, 22 "isArchived": false, 23 "pushedAt": "2021-02-19T06:06:06Z", 24 "visibility": "PUBLIC" 25 }, 26 { 27 "nameWithOwner": "octocat/testing", 28 "description": null, 29 "isFork": false, 30 "isPrivate": true, 31 "isArchived": false, 32 "pushedAt": "2021-02-11T22:32:05Z", 33 "visibility": "PRIVATE" 34 } 35 ], 36 "pageInfo": { 37 "hasNextPage": false, 38 "endCursor": "" 39 } 40 } 41 } 42 } 43 }