Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1518
getRevisionParents
Active
Public
Actions
Authored by
jayeshv
on Oct 26 2022, 2:58 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
GraphQL API
Subscribers
None
query getRevisionParents {
revision(swhid: "swh:1:rev:db44dc9cf7a6af7b56d8ebda8c75be3375c89282") {
message {
text
}
parents {
edges {
node {
message {
text
}
parents {
edges {
node {
message {
text
}
}
}
}
}
}
}
}
}
Event Timeline
jayeshv
created this paste.
Oct 26 2022, 2:58 PM
2022-10-26 14:58:42 (UTC+2)
Log In to Comment