Page MenuHomeSoftware Heritage
Paste P1455

get content query
ActivePublic

Authored by jayeshv on Sep 20 2022, 10:04 AM.
query GetDorectoryContent {
directoryEntry(swhid: "swh:1:dir:ec88e5b901c034d5a91aa133e824d65cff3788a3", path: "codemeta.json") {
name {
text
}
targetType
target {
...on Content {
data {
url
}
}
}
}
}