avatar Url avatarUrl : string
contributions Collection contributionsCollection : { contributionCalendar : { totalContributions : number ; weeks : { contributionDays : { contributionCount : number ; date : string } [] } [] ; } ; totalCommitContributions : number ; totalIssueContributions : number ; totalPullRequestContributions : number ; totalRepositoryContributions : number ; }
followers followers : { totalCount : number }
following following : { totalCount : number }
issues issues : { totalCount : number }
pull Requests pullRequests : { totalCount : number }
repositories repositories : { nodes : Repository [] ; totalCount : number ; totalStargazers : { stargazerCount : number } [] ; } social Accounts socialAccounts : { nodes : { provider : string ; url : string } [] }
twitter Username twitterUsername : string
website Url websiteUrl : string
Interface representing a GitHub user profile
Contains comprehensive user information including profile data, statistics, contributions, and repository information. Used for user profile displays and comparisons.
User