{
search(query: "org:SingularityNET-Archive", type: REPOSITORY, last: 100) {
nodes {
... on Repository {
name
defaultBranchRef {
name
target {
... on Commit {
history(first: 100, since: "2023-05-01T00:00:00", until: "2023-05-31T00:00:00") {
totalCount
}
}
}
}
}
}
}
}
Month
Week Numbers
Weeks
Week 20 - 15th May to 21st May 2023
Week 19 - May 8th 2023 to May 14th 2023
Week 18 - May 1st 2023 to May 7th 2023
Commits
https://docs.github.com/en/graphql/overview/explorer
JSON can be converted to a table by ChatGBT