Object GitHub::DemilestonedEvent

Represents a 'demilestoned' 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!

milestoneTitle: String!

Identifies the milestone title associated with the 'demilestoned' event.

subject: MilestoneItem!

Object referenced by event.

Uses

IssueTimelineItem

IssueTimelineItems

PullRequestTimelineItem

PullRequestTimelineItems

Node