feat(github): refine user screen organizations

This commit is contained in:
Rongjian Zhang
2022-10-04 20:56:53 +08:00
parent 633b58d36f
commit a1182ed6a5
4 changed files with 37 additions and 13 deletions

View File

@@ -51,8 +51,12 @@ fragment UserParts on User {
}
}
}
organizations {
organizations(first: 10) {
totalCount
nodes {
login
avatarUrl
}
}
repositories(
first: 6