cli/test/fixtures/issueStatus.json
2019-11-22 17:04:32 +01:00

39 lines
698 B
JSON

{
"data": {
"assigned": {
"issues": {
"nodes": [
{
"number": 9,
"title": "corey thinks squash tastes bad"
},
{
"number": 10,
"title": "broccoli is a superfood"
}
]
}
},
"mentioned": {
"issues": {
"nodes": [
{
"number": 8,
"title": "rabbits eat carrots"
},
{
"number": 11,
"title": "swiss chard is neutral"
}
]
}
},
"recent": {
"issues": {
"nodes": []
}
},
"pageInfo": { "hasNextPage": false }
}
}