1{
2  "data": {
3    "repository": {
4      "hasIssuesEnabled": true,
5      "issue": {
6        "number": 123,
7        "body": "**bold story**",
8        "title": "ix of coins",
9        "state": "OPEN",
10        "createdAt": "2011-01-26T19:01:12Z",
11        "author": {
12          "login": "marseilles"
13        },
14        "assignees": {
15          "nodes": [
16            {
17              "login": "marseilles"
18            },
19            {
20              "login": "monaco"
21            }
22          ],
23          "totalCount": 2
24        },
25        "labels": {
26          "nodes": [
27            {
28              "name": "one"
29            },
30            {
31              "name": "two"
32            },
33            {
34              "name": "three"
35            },
36            {
37              "name": "four"
38            },
39            {
40              "name": "five"
41            }
42          ],
43          "totalCount": 5
44        },
45        "projectcards": {
46          "nodes": [
47            {
48              "project": {
49                "name": "Project 1"
50              },
51              "column": {
52                "name": "column A"
53              }
54            },
55            {
56              "project": {
57                "name": "Project 2"
58              },
59              "column": {
60                "name": "column B"
61              }
62            },
63            {
64              "project": {
65                "name": "Project 3"
66              },
67              "column": {
68                "name": "column C"
69              }
70            },
71            {
72              "project": {
73                "name": "Project 4"
74              },
75              "column": {
76                "name": ""
77              }
78            }
79          ],
80          "totalCount": 3
81        },
82        "milestone": {
83          "title": "uluru"
84        },
85        "reactionGroups": [
86          {
87            "content": "CONFUSED",
88            "users": {
89              "totalCount": 8
90            }
91          },
92          {
93            "content": "EYES",
94            "users": {
95              "totalCount": 7
96            }
97          },
98          {
99            "content": "HEART",
100            "users": {
101              "totalCount": 6
102            }
103          },
104          {
105            "content": "HOORAY",
106            "users": {
107              "totalCount": 5
108            }
109          },
110          {
111            "content": "LAUGH",
112            "users": {
113              "totalCount": 4
114            }
115          },
116          {
117            "content": "ROCKET",
118            "users": {
119              "totalCount": 3
120            }
121          },
122          {
123            "content": "THUMBS_DOWN",
124            "users": {
125              "totalCount": 2
126            }
127          },
128          {
129            "content": "THUMBS_UP",
130            "users": {
131              "totalCount": 1
132            }
133          }
134        ],
135        "comments": {
136          "totalCount": 9
137        },
138        "url": "https://github.com/OWNER/REPO/issues/123"
139      }
140    }
141  }
142}
143