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