Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P449
graphql query
Active
Public
Actions
Authored by
vlorentz
on Jun 25 2019, 4:42 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
query {
origins(urls: ["https://github.com/SoftwareHeritage/swh-model"]) {
id
type
url
visits {
date
snapshot {
swh_pid
objects {
__typename
... on Snapshot {
branches(names: ["HEAD", "refs/heads/master"]) {
name
target {
swh_pid
}
}
}
}
}
}
}
}
Event Timeline
vlorentz
created this paste.
Jun 25 2019, 4:42 PM
2019-06-25 16:42:05 (UTC+2)
Log In to Comment