Skip to content

Instantly share code, notes, and snippets.

@TheWispy
Created October 28, 2017 13:39
Show Gist options
  • Save TheWispy/91c88aee74122b04a908d71cf846ebfb to your computer and use it in GitHub Desktop.
Save TheWispy/91c88aee74122b04a908d71cf846ebfb to your computer and use it in GitHub Desktop.
Returned json for query
{
"data": {
"search": {
"repositoryCount": 2,
"edges": [
{
"node": {
"name": "git-chauthor",
"url": "https://github.com/dannycjones/git-chauthor",
"primaryLanguage": {
"name": "JavaScript",
"color": "#f1e05a"
},
"owner": {
"login": "dannycjones"
},
"description": "This is a command line tool that enables you to easily set the author for a project.",
"stargazers": {
"totalCount": 2
},
"forks": {
"totalCount": 0
},
"issues": {
"totalCount": 3
},
"projects": {
"edges": [
{
"node": {
"name": "TempProject"
}
}
]
}
}
},
{
"node": {
"name": "Hacklight",
"url": "https://github.com/TheWispy/Hacklight",
"primaryLanguage": null,
"owner": {
"login": "TheWispy"
},
"description": "Github Spotlight",
"stargazers": {
"totalCount": 1
},
"forks": {
"totalCount": 0
},
"issues": {
"totalCount": 0
},
"projects": {
"edges": []
}
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment