diff options
Diffstat (limited to 'src/pulls.graphql')
-rw-r--r-- | src/pulls.graphql | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pulls.graphql b/src/pulls.graphql index a25f247..840e665 100644 --- a/src/pulls.graphql +++ b/src/pulls.graphql @@ -21,8 +21,11 @@ query PullsQuery($owner: String!, $name: String!, $label: String!, $after: Strin title updatedAt url + mergeCommit { + oid + } } } } } -}
\ No newline at end of file +} |