Github API - Test Config

AcceptTopicSuggestionPayload [object]

Autogenerated return type of AcceptTopicSuggestion

Attributes
clientMutationId 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

A unique identifier for the client performing the mutation.

topic 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

The accepted topic.

Deprecated: Suggested topics are no longer supported Removal on 2024-04-01 UTC.
API:
Github GraphQL API