Object GitHub::AssignedEvent

Represents an 'assigned' event on any assignable object.

Fields

actor: Actor

Identifies the actor who performed the event.

assignable: Assignable!

Identifies the assignable associated with the event.

assignee: Assignee

Identifies the user or mannequin that was assigned.

createdAt: DateTime!

Identifies the date and time when the object was created.

id: ID!

user: User

👎 Deprecated:

Assignees can now be mannequins. Use the `assignee` field instead. Removal on 2020-01-01 UTC.

Identifies the user who was assigned.

Uses

IssueTimelineItem

IssueTimelineItems

PullRequestTimelineItem

PullRequestTimelineItems

Node