Page MenuHomeSoftware Heritage
Paste P1513

getLatestStatus
ActivePublic

Authored by jayeshv on Oct 26 2022, 2:54 PM.
query getLatestStatus {
origin(url: "https://github.com/rdicosmo/parmap") {
url
latestVisit {
date
latestStatus {
status
date
}
}
}
}