GitHubTopic

A topic aggregates entities that are related to a subject.

FIELDS
id (ID!)

No description

name (String!)

The topic's name.

oneGraphId (ID!)

Unique id across all of OneGraph

oneGraphLinkedNodes (OneGraphLinkedNodesConnection!)

List of OneGraphNodes that are linked from this node.

relatedTopics ([GitHubTopic!]!)

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

stargazerCount (Int!)

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

stargazers (GitHubStargazerConnection!)

A list of users who have starred this starrable.

viewerHasStarred (Boolean!)

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

IMPLEMENTS
OneGraphNode

An object with a globally unique id across all of OneGraph

GitHubNode

An object with an ID.

GitHubStarrable

Things that can be starred.

REQUIRED BY
GitHubAcceptTopicSuggestionPayload

Autogenerated return type of AcceptTopicSuggestion

GitHubDeclineTopicSuggestionPayload

Autogenerated return type of DeclineTopicSuggestion

GitHubQuery

The query root of GitHub's GraphQL interface.

GitHubRepoAddTopicAuditEntry

Audit log entry for a repo.add_topic event.

GitHubRepoRemoveTopicAuditEntry

Audit log entry for a repo.remove_topic event.

GitHubRepositoryTopic

A repository-topic connects a repository to a topic.

GitHubTopic

A topic aggregates entities that are related to a subject.

GitHubTopicAuditEntryData

Metadata for an audit entry with a topic.

____________________________________________________________________________________________________