about summary refs log tree commit diff
path: root/src/merge_commit.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'src/merge_commit.graphql')
-rw-r--r--src/merge_commit.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/merge_commit.graphql b/src/merge_commit.graphql
index 5df583a..76d12ec 100644
--- a/src/merge_commit.graphql
+++ b/src/merge_commit.graphql
@@ -9,6 +9,7 @@ query MergeCommitQuery($owner: String!, $repo: String!, $number: Int!) {
         oid
       }
       merged
+      mergedAt
       closed
     }
   }