Github API - Test Config

Topic [object]

A topic aggregates entities that are related to a subject.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Starrable

Starrable [interface]

Things that can be starred.

Attributes
id ID

The Node ID of the Starrable object

stargazerCount Int

Returns a count of how many stargazers there are on this object

stargazers StargazerConnection

A list of users who have starred this starrable.

viewerHasStarred Boolean

Returns a boolean indicating whether the viewing user has starred this starrable.

API:
Github GraphQL API
Attributes
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 Topic object

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 topic's name.

relatedTopics Topic []

Topic [object]

A topic aggregates entities that are related to a subject.

Implements
NodeStarrable
Attributes
id ID

The Node ID of the Topic object

name String

The topic's name.

relatedTopics Topic []

A list of related topics, including aliases of this topic, sorted with the most relevant
first. Returns up to 10 Topics.

repositories RepositoryConnection

A list of repositories.

stargazerCount Int

Returns a count of how many stargazers there are on this object

stargazers StargazerConnection

A list of users who have starred this starrable.

viewerHasStarred Boolean

Returns a boolean indicating whether the viewing user has starred this starrable.

API:
Github GraphQL API

A list of related topics, including aliases of this topic, sorted with the most relevant
first. Returns up to 10 Topics.

repositories RepositoryConnection

RepositoryConnection [object]

A list of repositories owned by the subject.

Attributes
edges RepositoryEdge []

A list of edges.

nodes Repository []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

totalDiskUsage Int

The total size in kilobytes of all repositories in the connection. Value will
never be larger than max 32-bit signed integer.

API:
Github GraphQL API

A list of repositories.

stargazerCount 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 a count of how many stargazers there are on this object

stargazers StargazerConnection

StargazerConnection [object]

The connection type for User.

Attributes
edges StargazerEdge []

A list of edges.

nodes User []

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 users who have starred this starrable.

viewerHasStarred Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Returns a boolean indicating whether the viewing user has starred this starrable.

API:
Github GraphQL API