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.

Args

size: Int

The size of the resulting square image.

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.

Uses

Commit.author

Commit.committer

Tag.tagger