Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1517
resolveSwhid
Active
Public
Actions
Authored by
jayeshv
on Oct 26 2022, 2:58 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
GraphQL API
Subscribers
None
query resolveSwhid {
resolveSwhid(swhid: "swh:1:dir:ec88e5b901c034d5a91aa133e824d65cff3788a3") {
edges {
node {
targetType
target {
... on Revision {
date
}
...on Content {
length
}
... on Directory {
entries(first: 5) {
edges {
node {
name {
text
}
}
}
}
}
}
}
}
}
}
Event Timeline
jayeshv
created this paste.
Oct 26 2022, 2:58 PM
2022-10-26 14:58:03 (UTC+2)
Log In to Comment