37 lines
708 B
JSON
37 lines
708 B
JSON
{
|
|
"data": {
|
|
"repository": {
|
|
"hasIssuesEnabled": true,
|
|
"assigned": {
|
|
"totalCount": 2,
|
|
"nodes": [
|
|
{
|
|
"number": 9,
|
|
"title": "corey thinks squash tastes bad"
|
|
},
|
|
{
|
|
"number": 10,
|
|
"title": "broccoli is a superfood"
|
|
}
|
|
]
|
|
},
|
|
"mentioned": {
|
|
"totalCount": 2,
|
|
"nodes": [
|
|
{
|
|
"number": 8,
|
|
"title": "rabbits eat carrots"
|
|
},
|
|
{
|
|
"number": 11,
|
|
"title": "swiss chard is neutral"
|
|
}
|
|
]
|
|
},
|
|
"authored": {
|
|
"totalCount": 0,
|
|
"nodes": []
|
|
}
|
|
}
|
|
}
|
|
}
|