Skip to content

Instantly share code, notes, and snippets.

@Milo123459
Created June 18, 2021 11:32
Show Gist options
  • Save Milo123459/9c90d1b662e80750aa9cfa969eee61cb to your computer and use it in GitHub Desktop.
Save Milo123459/9c90d1b662e80750aa9cfa969eee61cb to your computer and use it in GitHub Desktop.
Get contributions
query {
viewer {
repositoriesContributedTo(first: 100, contributionTypes: [COMMIT], privacy: PUBLIC) {
nodes {
nameWithOwner
}
pageInfo {
endCursor
hasNextPage
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment