Object GitHub::LabeledEvent

Represents a 'labeled' event on a given issue or pull request.

Fields

actor: Actor

Identifies the actor who performed the event.

createdAt: DateTime!

Identifies the date and time when the object was created.

id: ID!

label: Label!

Identifies the label associated with the 'labeled' event.

labelable: Labelable!

Identifies the Labelable associated with the event.

Uses

IssueTimelineItem

IssueTimelineItems

PullRequestTimelineItem

PullRequestTimelineItems

Node