OBJECT
MilestonedEvent
Represents a 'milestoned' event on a given issue or pull request.
link GraphQL Schema definition
- type MilestonedEvent implements Node, IssueEvent {
- # Identifies the actor (user) associated with the event.
- : User!
- # Identifies the date and time when the object was created.
- : DateTime!
- : ID!
- # Identifies the issue associated with the event.
- : Issue!
- # Identifies the milestone title associated with the 'milestoned' event.
- : String!
- # Identifies the repository associated with the event.
- : Repository!
- # Identifies the event type associated with the event.
- : IssueEventType!
- }