Created
February 8, 2023 03:10
-
-
Save luther7/58e65a562df2169f285860c093ccc111 to your computer and use it in GitHub Desktop.
gh-graphql-query-org-contributions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query { | |
user(login: "USER") { | |
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