Page MenuHomeSoftware Heritage
Paste P1139

github graphql org repos
ActivePublic

Authored by vlorentz on Aug 30 2021, 5:18 PM.
{
viewer {
login
}
organization(login: "rails") {
repositories(first: 1) {
nodes {
description
}
}
}
}