github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/issue/list/fixtures/issueList.json (about) 1 { 2 "data": { 3 "repository": { 4 "hasIssuesEnabled": true, 5 "issues": { 6 "totalCount": 3, 7 "nodes": [ 8 { 9 "number": 1, 10 "title": "number won", 11 "url": "https://wow.com", 12 "updatedAt": "2022-08-24T22:01:12Z", 13 "labels": { 14 "nodes": [ 15 { 16 "name": "label" 17 } 18 ], 19 "totalCount": 1 20 } 21 }, 22 { 23 "number": 2, 24 "title": "number too", 25 "url": "https://wow.com", 26 "updatedAt": "2022-07-20T19:01:12Z", 27 "labels": { 28 "nodes": [ 29 { 30 "name": "label" 31 } 32 ], 33 "totalCount": 1 34 } 35 }, 36 { 37 "number": 4, 38 "title": "number fore", 39 "url": "https://wow.com", 40 "updatedAt": "2020-01-26T19:01:12Z", 41 "labels": { 42 "nodes": [ 43 { 44 "name": "label" 45 } 46 ], 47 "totalCount": 1 48 } 49 } 50 ] 51 } 52 } 53 } 54 }