Github GraphQL API / Topic

A topic aggregates entities that are related to a subject.

Implements

Fields

id : ID!

name : String!

relatedTopics (
       Int: Int
) : [Topic!]!

repositories (
       RepositoryPrivacy: RepositoryPrivacy
       RepositoryOrder: RepositoryOrder
       RepositoryAffiliation: [RepositoryAffiliation]
       RepositoryAffiliation: [RepositoryAffiliation]
       Boolean: Boolean
       String: String
       String: String
       Int: Int
       Int: Int
       Boolean: Boolean
) : RepositoryConnection!

stargazerCount : Int!

stargazers (
       String: String
       String: String
       Int: Int
       Int: Int
       StarOrder: StarOrder
) : StargazerConnection!

viewerHasStarred : Boolean!

Documentation created using imtala