Skip to content

Instantly share code, notes, and snippets.

@luther7
Created February 8, 2023 03:10
Show Gist options
  • Save luther7/58e65a562df2169f285860c093ccc111 to your computer and use it in GitHub Desktop.
Save luther7/58e65a562df2169f285860c093ccc111 to your computer and use it in GitHub Desktop.
gh-graphql-query-org-contributions
query {
user(login: "USER") {
email
createdAt
contributionsCollection(organizationID: "ORGANIZATION_ID", from: "YYYY-MM-DDTHH:MM:SSZ", to: "YYYY-MM-DDTHH:MM:SSZ") {
totalIssueContributions
totalPullRequestContributions
totalCommitContributions
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment