Github API - Test Config

ProfileItemShowcase [object]

A curatable list of repositories relating to a repository owner, which defaults
to showing the most popular repositories they own.

Attributes
hasPinnedItems Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether or not the owner has pinned any repositories or gists.

items PinnableItemConnection

PinnableItemConnection [object]

The connection type for PinnableItem.

Attributes
edges PinnableItemEdge []

A list of edges.

nodes PinnableItem []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

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.

API:
Github GraphQL API