Magidoc

ProfileOwner
Interface

Represents any entity on GitHub that has a profile page.

Fields

#

anyPinnableItems

Non-null

Determine if this repository owner has any items that can be pinned to their profile.

email

The public profile email.

id

ID !
Non-null

The Node ID of the ProfileOwner object

itemShowcase

Non-null

Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity.

location

The public profile location.

login

Non-null

The username used to login.

name

The public profile name.

pinnableItems

Non-null

A list of repositories and gists this profile owner can pin to their profile.

pinnedItems

Non-null

A list of repositories and gists this profile owner has pinned to their profile

pinnedItemsRemaining

Non-null

Returns how many more items this profile owner can pin to their profile.

viewerCanChangePinnedItems

Non-null

Can the viewer pin repositories and gists to the profile?

websiteUrl

The public profile website URL.

Implementations

#

Implemented by Organization , User .