Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1431
(An Untitled Masterwork)
Active
Public
Actions
Authored by
anlambert
on Aug 18 2022, 1:44 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
query RepoFiles {
repository(owner: "SoftwareHeritage", name: "swh-web") {
object(expression: "HEAD:") {
# Top-level.
... on Tree {
entries {
name
type
object {
... on Blob {
byteSize
text
isBinary
}
# One level down.
... on Tree {
entries {
name
type
object {
# One level down.
... on Tree {
entries {
name
type
object {
... on Blob {
byteSize
text
isBinary
}
}
}
}
}
}
}
}
}
}
}
}
}
Event Timeline
anlambert
created this paste.
Aug 18 2022, 1:44 PM
2022-08-18 13:44:33 (UTC+2)
Log In to Comment