Page MenuHomeSoftware Heritage
Paste P1138

graphql repositories
ActivePublic

Authored by jayeshv on Aug 30 2021, 5:17 PM.
{
search(query: "org:rails", type: REPOSITORY, first: 100) {
repositoryCount
edges {
node {
... on Repository {
name
isPrivate
owner {
login
}
}
}
}
}
}