Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1297
Sample GraphQL query
Active
Public
Actions
Authored by
jayeshv
on Feb 23 2022, 10:51 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
query myquery {
origin(url: "https://github.com/python/cpython") {
url
id
visits(first: 2) {
nodes {
status
date
}
pageInfo {
endCursor
hasNextPage
}
}
}
origins(first: 2, after: "110") {
nodes {
url
id
}
pageInfo {
hasNextPage
endCursor
}
}
}
Event Timeline
jayeshv
created this paste.
Feb 23 2022, 10:51 AM
2022-02-23 10:51:27 (UTC+1)
Log In to Comment