improvement: user screen style

This commit is contained in:
Rongjian Zhang
2020-01-01 15:58:49 +08:00
parent 3586ee5230
commit 36e772c85f
7 changed files with 120 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ query($login: String!) {
company
location
email
createdAt
websiteUrl
starredRepositories {
totalCount
@@ -91,6 +92,7 @@ query($login: String!) {
location
email
websiteUrl
createdAt
pinnedItems(first: 6) {
nodes {
__typename