Skip to content

Archive GitBook - January 2023 #5

@miroslavrajh

Description

@miroslavrajh

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions