OBJECT
Represents a user that's starred a repository.
type StargazerEdge {cursor: String! node: User! # Identifies when the item was starred.starredAt: DateTime! }