github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/pr/list/fixtures/prListWithDuplicates.json (about) 1 { 2 "data": { 3 "repository": { 4 "pullRequests": { 5 "nodes": [ 6 { 7 "number": 32, 8 "title": "New feature", 9 "url": "https://github.com/monalisa/hello/pull/32", 10 "headRefName": "feature" 11 }, 12 { 13 "number": 32, 14 "title": "New feature", 15 "url": "https://github.com/monalisa/hello/pull/32", 16 "headRefName": "feature" 17 }, 18 { 19 "number": 29, 20 "title": "Fixed bad bug", 21 "url": "https://github.com/monalisa/hello/pull/29", 22 "headRefName": "bug-fix", 23 "isCrossRepository": true, 24 "headRepositoryOwner": { 25 "login": "hubot" 26 } 27 }, 28 { 29 "node": { 30 "number": 28, 31 "title": "Improve documentation", 32 "url": "https://github.com/monalisa/hello/pull/28", 33 "headRefName": "docs" 34 } 35 } 36 ], 37 "pageInfo": { 38 "hasNextPage": false, 39 "endCursor": "" 40 } 41 } 42 } 43 } 44 }