OBJECT

StargazerEdge

Represents a user that's starred a repository.

link GraphQL Schema definition

  • type StargazerEdge {
  • cursor: String!
  • node: User!
  • # Identifies when the item was starred.
  • starredAt: DateTime!
  • }