Interface GitHub::Actor
Represents an object which can take actions on GitHub. Typically a User or Bot.
Fields
avatarUrl(size: Int): URI!
A URL pointing to the actor's public avatar.
login: String!
The username of the actor.
resourcePath: URI!
The HTTP path for this actor.
url: URI!
The HTTP URL for this actor.