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.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

Uses

Organization.itemShowcase

User.itemShowcase

ProfileOwner.itemShowcase