Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mpharrigan/9caab97b6e526f6b049f063c148db124 to your computer and use it in GitHub Desktop.
Save mpharrigan/9caab97b6e526f6b049f063c148db124 to your computer and use it in GitHub Desktop.
merged prs
{
viewer {
pullRequests(first: 10, orderBy: {field: UPDATED_AT, direction: DESC}, states: [MERGED]) {
nodes {
title
number
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment