Object GitHub::ProfileItemShowcase
A curatable list of repositories relating to a repository owner, which defaults to showing the most popular repositories they own.
Fields
hasPinnedItems: Boolean!
Whether or not the owner has pinned any repositories or gists.
items(after: String, before: String, first: Int, last: Int): PinnableItemConnection!
The repositories and gists in the showcase. If the profile owner has any pinned items, those will be returned. Otherwise, the profile owner's popular repositories will be returned.