A topic aggregates entities that are related to a subject.
id : ID!
name : String!
relatedTopics
(
first: Int
)
:
[Topic!]!
repositories
(
privacy: RepositoryPrivacy
orderBy: RepositoryOrder
affiliations: [RepositoryAffiliation]
ownerAffiliations: [RepositoryAffiliation]
isLocked: Boolean
after: String
before: String
first: Int
last: Int
sponsorableOnly: Boolean
)
:
RepositoryConnection!
stargazerCount : Int!
stargazers
(
after: String
before: String
first: Int
last: Int
orderBy: StarOrder
)
:
StargazerConnection!
viewerHasStarred : Boolean!