cli/pkg/cmd/repo/create/fixtures/repoTempList.json

25 lines
No EOL
478 B
JSON

{
"data": {
"repositoryOwner": {
"login": "OWNER",
"repositories": {
"nodes": [
{
"id": "REPOID",
"name": "REPO",
"isTemplate": true,
"pushedAt": "2021-02-19T06:34:58Z",
"defaultBranchRef": {
"name": "main"
}
}
]
},
"totalCount": 0,
"pageInfo": {
"hasNextPage": false,
"endCursor": ""
}
}
}
}