Skip to content

Instantly share code, notes, and snippets.

@OtacilioN
Created September 25, 2017 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OtacilioN/a645f9fe9985aff9e58d8c69ca188e24 to your computer and use it in GitHub Desktop.
Save OtacilioN/a645f9fe9985aff9e58d8c69ca188e24 to your computer and use it in GitHub Desktop.
query {
viewer {
contributedRepositories(last:5, privacy:PUBLIC) {
edges {
node {
owner {
login
}
name
url
}
}
}
}
}
{
"data": {
"viewer": {
"contributedRepositories": {
"edges": [
{
"node": {
"owner": {
"login": "pedrovbeltran"
},
"name": "ProjetoGenulic",
"url": "https://github.com/pedrovbeltran/ProjetoGenulic"
}
},
{
"node": {
"owner": {
"login": "OtacilioN"
},
"name": "treshMCU",
"url": "https://github.com/OtacilioN/treshMCU"
}
},
{
"node": {
"owner": {
"login": "OtacilioN"
},
"name": "RoboThings",
"url": "https://github.com/OtacilioN/RoboThings"
}
},
{
"node": {
"owner": {
"login": "CoderDojoPotsdam"
},
"name": "regex-tutorial",
"url": "https://github.com/CoderDojoPotsdam/regex-tutorial"
}
},
{
"node": {
"owner": {
"login": "OtacilioN"
},
"name": "Bob-Robot-Simulator",
"url": "https://github.com/OtacilioN/Bob-Robot-Simulator"
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment