cli/test/fixtures/issueStatus.json
2019-11-27 16:56:53 +01:00

39 lines
700 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"
}
]
}
},
"authored": {
"issues": {
"nodes": []
}
},
"pageInfo": { "hasNextPage": false }
}
}