Object GitHub::Topic
A topic aggregates entities that are related to a subject.
Fields
id: ID!
name: String!
The topic's name.
stargazers(after: String, before: String, first: Int, last: Int, orderBy: StarOrder): StargazerConnection!
A list of users who have starred this starrable.
viewerHasStarred: Boolean!
Returns a boolean indicating whether the viewing user has starred this starrable.