github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/issue/status/fixtures/issueStatus.json (about) 1 { 2 "data": { 3 "repository": { 4 "hasIssuesEnabled": true, 5 "assigned": { 6 "totalCount": 2, 7 "nodes": [ 8 { 9 "number": 9, 10 "title": "corey thinks squash tastes bad" 11 }, 12 { 13 "number": 10, 14 "title": "broccoli is a superfood" 15 } 16 ] 17 }, 18 "mentioned": { 19 "totalCount": 2, 20 "nodes": [ 21 { 22 "number": 8, 23 "title": "rabbits eat carrots" 24 }, 25 { 26 "number": 11, 27 "title": "swiss chard is neutral" 28 } 29 ] 30 }, 31 "authored": { 32 "totalCount": 0, 33 "nodes": [] 34 } 35 } 36 } 37 }