github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/pr/checks/fixtures/withStatuses.json (about) 1 { 2 "data": { 3 "node": { 4 "statusCheckRollup": { 5 "nodes": [ 6 { 7 "commit": { 8 "oid": "abc", 9 "statusCheckRollup": { 10 "contexts": { 11 "nodes": [ 12 { 13 "conclusion": "SUCCESS", 14 "status": "COMPLETED", 15 "name": "cool tests", 16 "completedAt": "2020-08-27T19:00:12Z", 17 "startedAt": "2020-08-27T18:58:46Z", 18 "detailsUrl": "sweet link" 19 }, 20 { 21 "conclusion": "SUCCESS", 22 "status": "COMPLETED", 23 "name": "rad tests", 24 "completedAt": "2020-08-27T19:00:12Z", 25 "startedAt": "2020-08-27T18:58:46Z", 26 "detailsUrl": "sweet link" 27 }, 28 { 29 "state": "FAILURE", 30 "name": "a status", 31 "targetUrl": "sweet link" 32 } 33 ] 34 } 35 } 36 } 37 } 38 ] 39 } 40 } 41 } 42 }