Github API - Test Config

query topic

Look up a topic by name.

Arguments
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.

Returns
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
API:
Github GraphQL API