-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Week Numbers
Weeks
Week 03 - January 16th 2023 to January 22, 2023
Week 04 - January 23rd 2023 to January 29, 2023
Commits Draft Stephen to change
https://docs.github.com/en/graphql/overview/explorer
{
search(query: "org:SingularityNET-Archive", type: REPOSITORY, last: 100) {
nodes {
... on Repository {
name
defaultBranchRef {
name
target {
... on Commit {
history(first: 100, since: "2023-04-01T00:00:00", until: "2023-04-30T00:00:00") {
totalCount
}
}
}
}
}
}
}
}
"totalCount": 220
Metadata
Metadata
Assignees
Labels
No labels