OBJECT
HeadRefDeletedEvent
Represents a 'head_ref_deleted' event on a given pull request.
link GraphQL Schema definition
- type HeadRefDeletedEvent 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 Ref associated with the `head_ref_deleted` event.
- : Ref
- # Identifies the name of the Ref associated with the `head_ref_deleted` event.
- : String!
- : ID!
- # Identifies the issue associated with the event.
- : Issue!
- # Identifies the repository associated with the event.
- : Repository!
- # Identifies the event type associated with the event.
- : IssueEventType!
- }