mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-30 19:37:35 -05:00
improvement(gh): stargazers order by time desc
This commit is contained in:
@@ -79,7 +79,11 @@ query GhUsers(
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
stargazers(first: 30, after: $after) @include(if: $isStar) {
|
||||
stargazers(
|
||||
first: 30
|
||||
after: $after
|
||||
orderBy: { field: STARRED_AT, direction: DESC }
|
||||
) @include(if: $isStar) {
|
||||
pageInfo {
|
||||
hasNextPage
|
||||
endCursor
|
||||
|
||||
Reference in New Issue
Block a user