GitActor
The author or committer associated with a Git object.
type GitActor {
avatarUrl(
size: Int = 125
): String
email: String
name: String
user: GitHubUser
}
Fields
GitActor.avatarUrl ● String scalar common
The avatar URL for the Git actor.
GitActor.avatarUrl.size ● Int scalar common
The requested avatar image size in pixels.
GitActor.email ● String scalar common
The email address of the Git actor.
GitActor.name ● String scalar common
The display name of the Git actor.
GitActor.user ● GitHubUser object common
The linked GitHub user, if available.
Member Of
GitCommit object