fix: commit status

This commit is contained in:
Rongjian Zhang
2020-01-03 14:47:07 +08:00
parent ac27c704d2
commit bd9703e443
5 changed files with 142 additions and 17 deletions

View File

@@ -13,9 +13,9 @@ fragment T on Ref {
login
}
}
# status {
# state
# }
status {
state
}
history(first: 30, after: $after) {
pageInfo {
hasNextPage
@@ -33,9 +33,9 @@ fragment T on Ref {
login
}
}
# status {
# state
# }
status {
state
}
}
}
}