ProfileOwner Interface
Represents any entity on GitHub that has a profile page.
Fields
#
anyPinnableItems
Boolean !
Non-null
Determine if this repository owner has any items that can be pinned to their profile.
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.
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
Int !
Non-null
Returns how many more items this profile owner can pin to their profile.
viewerCanChangePinnedItems
Boolean !
Non-null
Can the viewer pin repositories and gists to the profile?
Implementations
#
Previous
ProfileItemShowcase
Next
Project
