Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1326
graphql-sample1
Active
Public
Actions
Authored by
jayeshv
on Apr 1 2022, 3:36 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
query testquery {
origin(url: "https://github.com/python/cpython") {
url
id
visits(first: 2, after: "Mg==") {
pageInfo {
endCursor
hasNextPage
}
nodes {
id
date
status(first:1) {
nodes {
date
snapshot {
id
branches {
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 1 2022, 3:36 PM
2022-04-01 15:36:35 (UTC+2)
jayeshv
edited the content of this paste.
(Show Details)
Apr 1 2022, 6:49 PM
2022-04-01 18:49:40 (UTC+2)
Log In to Comment