Github API - Test Config

ProfileOwner [interface]

Represents any entity on GitHub that has a profile page.

Attributes
anyPinnableItems Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

email String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The public profile email.

id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the ProfileOwner object

itemShowcase ProfileItemShowcase

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

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

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

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

location String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The public profile location.

login String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The username used to login.

name String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The public profile name.

pinnableItems 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

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

pinnedItems 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

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

pinnedItemsRemaining Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

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

viewerCanChangePinnedItems Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Can the viewer pin repositories and gists to the profile?

websiteUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The public profile website URL.

API:
Github GraphQL API