Created
July 17, 2019 22:17
-
-
Save mpharrigan/9caab97b6e526f6b049f063c148db124 to your computer and use it in GitHub Desktop.
merged prs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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