Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1333
query 3
Active
Public
Actions
Authored by
jayeshv
on Apr 6 2022, 6:01 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
query test {
origin(url: "https://github.com/python/cpython") {
url
id
visits(first: 2, after: "Mg==") {
pageInfo {
endCursor
hasNextPage
}
nodes {
id
date
status(first: 1) {
edges {
node {
date
}
}
nodes {
date
snapshot {
id
branches(first: 5) {
nodes {
name
type
}
}
}
}
}
}
}
}
origins(first: 2) {
edges {
node {
url
}
}
}
visit(originUrl: "https://github.com/python/cpython", id: "1") {
date
}
snapshot(SWHId: "94762a5dfe3da1a9780338472617c0a573f6f8e4") {
id
}
}
Event Timeline
jayeshv
created this paste.
Apr 6 2022, 6:01 PM
2022-04-06 18:01:22 (UTC+2)
Log In to Comment