Object GitHub::GitActor
Represents an actor in a Git commit (ie. an author or committer).
Fields
avatarUrl(size: Int): URI!
A URL pointing to the author's public avatar.
date: GitTimestamp
The timestamp of the Git action (authoring or committing).
email: String
The email in the Git commit.
name: String
The name in the Git commit.
user: User
The GitHub user corresponding to the email field. Null if no such user exists.