fix: commit history count

This commit is contained in:
Rongjian Zhang
2019-12-07 16:22:05 +08:00
parent fadb053b95
commit 50cfd48e51
3 changed files with 21 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ query(
defaultBranchRef @skip(if: $branchSpecified) {
name
target {
__typename
... on Commit {
history {
totalCount
@@ -69,6 +70,7 @@ query(
ref(qualifiedName: $branch) @include(if: $branchSpecified) {
name
target {
__typename
... on Commit {
history {
totalCount