Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save philipp-spiess/1b03c60a6b70097667c733910296470d to your computer and use it in GitHub Desktop.
Save philipp-spiess/1b03c60a6b70097667c733910296470d to your computer and use it in GitHub Desktop.
Recent Reactions to GitHub comments
https://developer.github.com/v4/explorer/
{
viewer {
issueComments(last: 10) {
nodes {
bodyText
repository {
owner {
login
}
name
}
reactions(last: 10) {
edges {
node {
content,
user {
login
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment