Interface GitHub::Starrable
Things that can be starred.
Fields
id: ID!
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.