morpheus-graphql-client-0.20.0: test/Case/Github/response.json
{
"data": {
"repository": {
"refs": {
"pageInfo": {
"endCursor": "test value 1",
"hasNextPage": false
},
"edges": [
{
"cursor": "test cursor",
"node": {
"name": "test name",
"target": {
"__typename": "GitObject"
}
}
}
]
}
}
}
}