Skip to content

Instantly share code, notes, and snippets.

@PandelisZ
Created October 1, 2020 14:22
Show Gist options
  • Save PandelisZ/32267a55d67a6840699a42fdf789696c to your computer and use it in GitHub Desktop.
Save PandelisZ/32267a55d67a6840699a42fdf789696c to your computer and use it in GitHub Desktop.
Find your first ever PR :)
query {
viewer {
pullRequests(first: 10) {
edges {
node {
url
repository {
nameWithOwner
}
}
}
}
@PandelisZ
Copy link
Author

Paste it into the GitHub GraphQL explorer to find your first PRs!

https://developer.github.com/v4/explorer/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment