mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-30 19:37:35 -05:00
feat(github): refine user screen organizations
This commit is contained in:
@@ -51,8 +51,12 @@ fragment UserParts on User {
|
||||
}
|
||||
}
|
||||
}
|
||||
organizations {
|
||||
organizations(first: 10) {
|
||||
totalCount
|
||||
nodes {
|
||||
login
|
||||
avatarUrl
|
||||
}
|
||||
}
|
||||
repositories(
|
||||
first: 6
|
||||
|
||||
Reference in New Issue
Block a user