fix: totalcount

This commit is contained in:
Rongjian Zhang
2019-12-07 13:31:54 +08:00
parent 6b095e8a3b
commit 0b743ffddb
4 changed files with 13 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ query($login: String!) {
}
}
pinnedItems(first: 6) {
totalCount # TODO: Add this for correct generated code
nodes {
... on Repository {
owner {