github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/issue/view/fixtures/issueView_previewWithEmptyBody.json (about) 1 { 2 "data": { 3 "repository": { 4 "hasIssuesEnabled": true, 5 "issue": { 6 "number": 123, 7 "body": "", 8 "title": "ix of coins", 9 "state": "OPEN", 10 "createdAt": "2011-01-26T19:01:12Z", 11 "author": { 12 "login": "marseilles" 13 }, 14 "labels": { 15 "nodes": [ 16 { 17 "name": "tarot" 18 } 19 ] 20 }, 21 "comments": { 22 "totalCount": 9 23 }, 24 "url": "https://github.com/OWNER/REPO/issues/123" 25 } 26 } 27 } 28 }