Page MenuHomeSoftware Heritage
Paste P1333

query 3
ActivePublic

Authored by jayeshv on Apr 6 2022, 6:01 PM.
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
}
}