Skip to content

Instantly share code, notes, and snippets.

@edwindotcom
Last active September 21, 2020 22:33
Show Gist options
  • Save edwindotcom/a693340dcc26a2e962ffff66a369647f to your computer and use it in GitHub Desktop.
Save edwindotcom/a693340dcc26a2e962ffff66a369647f to your computer and use it in GitHub Desktop.
github graphql - get logged in users repos
{
viewer {
repositories(first: 10) {
totalCount
nodes {
name
url
nameWithOwner
}
pageInfo {
endCursor
hasNextPage
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment