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.

Args

size: Int

The size of the resulting square image.

login: String!

The username of the actor.

resourcePath: URI!

The HTTP path for this actor.

url: URI!

The HTTP URL for this actor.

Possible Types

Bot

EnterpriseUserAccount

Mannequin

Organization

User

Uses

AddedToProjectEvent.actor

AssignedEvent.actor

AutomaticBaseChangeFailedEvent.actor

AutomaticBaseChangeSucceededEvent.actor

BaseRefChangedEvent.actor

BaseRefForcePushedEvent.actor

BranchProtectionRule.creator

ClosedEvent.actor

CommentDeletedEvent.actor

CommitComment.author

CommitComment.editor

ConnectedEvent.actor

ConvertToDraftEvent.actor

ConvertedNoteToIssueEvent.actor

CrossReferencedEvent.actor

DemilestonedEvent.actor

DeployedEvent.actor

Deployment.creator

DeploymentEnvironmentChangedEvent.actor

DeploymentStatus.creator

DisconnectedEvent.actor

GistComment.author

GistComment.editor

HeadRefDeletedEvent.actor

HeadRefForcePushedEvent.actor

HeadRefRestoredEvent.actor

Issue.author

Issue.editor

IssueComment.author

IssueComment.editor

LabeledEvent.actor

LockLockablePayload.actor

LockedEvent.actor

MarkedAsDuplicateEvent.actor

MentionedEvent.actor

MergePullRequestPayload.actor

MergedEvent.actor

Milestone.creator

MilestonedEvent.actor

MovedColumnsInProjectEvent.actor

PinnedEvent.actor

Project.creator

ProjectCard.creator

PullRequest.author

PullRequest.editor

PullRequest.mergedBy

PullRequestReview.author

PullRequestReview.editor

PullRequestReviewComment.author

PullRequestReviewComment.editor

ReadyForReviewEvent.actor

ReferencedEvent.actor

RemovedFromProjectEvent.actor

RenamedTitleEvent.actor

ReopenedEvent.actor

RequestReviewsPayload.actor

ReviewDismissedEvent.actor

ReviewRequestRemovedEvent.actor

ReviewRequestedEvent.actor

SavedReply.user

StatusContext.creator

SubscribedEvent.actor

TeamDiscussion.author

TeamDiscussion.editor

TeamDiscussionComment.author

TeamDiscussionComment.editor

TransferredEvent.actor

UnassignedEvent.actor

UnlabeledEvent.actor

UnlockLockablePayload.actor

UnlockedEvent.actor

UnmarkedAsDuplicateEvent.actor

UnpinnedEvent.actor

UnsubscribedEvent.actor

UpdateIssuePayload.actor

UpdatePullRequestPayload.actor

UserBlockedEvent.actor

UserContentEdit.deletedBy

UserContentEdit.editor

Comment.author

Comment.editor