Object GitHub::UnassignedEvent

Represents an 'unassigned' 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 unassigned.

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 subject (user) who was unassigned.

Uses

IssueTimelineItem

IssueTimelineItems

PullRequestTimelineItem

PullRequestTimelineItems

Node