Created
January 3, 2018 04:54
-
-
Save mlbright/a5feab0c2fca49f81c4be2a715d142e6 to your computer and use it in GitHub Desktop.
Revisions
-
mlbright created this gist
Jan 3, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ { repository(name: "darksky", owner: "mlbright") { ref(qualifiedName: "master") { target { ... on Commit { id history(first: 5) { pageInfo { hasNextPage } edges { node { messageHeadline oid message author { name email date } } } } } } } } }