mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 11:57:37 -05:00
improvement: commit screen style
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
fragment T on Ref {
|
||||
target {
|
||||
__typename
|
||||
... on Commit {
|
||||
oid
|
||||
url
|
||||
@@ -15,7 +16,6 @@ fragment T on Ref {
|
||||
# status {
|
||||
# state
|
||||
# }
|
||||
__typename
|
||||
history(first: 30, after: $after) {
|
||||
pageInfo {
|
||||
hasNextPage
|
||||
|
||||
Reference in New Issue
Block a user