Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1515
checkFileExists
Active
Public
Actions
Authored by
jayeshv
on Oct 26 2022, 2:56 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
GraphQL API
Subscribers
None
query checkFileExists {
origin(url: "https://github.com/rdicosmo/parmap") {
url
latestVisit(requireSnapshot: true) {
date
latestStatus(requireSnapshot: true) {
date
snapshot {
swhid
branches(first: 1, nameInclude: "heads/master", types: [revision]) {
nodes {
targetType
target {
... on Revision {
swhid
directory {
swhid
entries(first: 1, nameInclude: "codeMeta.JSon") {
nodes {
name {
text
}
target {
... on Content {
data {
url
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Event Timeline
jayeshv
created this paste.
Oct 26 2022, 2:56 PM
2022-10-26 14:56:22 (UTC+2)
Log In to Comment