OBJECT
ReviewDismissedEvent
Represents a 'review_dismissed' event on a given issue or pull request.
link GraphQL Schema definition
- type ReviewDismissedEvent 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 message associated with the 'review_dismissed' event.
- String! :
- # Identifies the previous state of the review with the 'review_dismissed' event.
- PullRequestReviewState! :
- # Identifies the repository associated with the event.
- Repository! :
- # Identifies the review associated with the 'review_dismissed' event.
- PullRequestReview! :
- # Identifies the event type associated with the event.
- IssueEventType! :
- }