ENUM
PullRequestState
The possible states of a pull request.
link GraphQL Schema definition
- enum PullRequestState {
- # A pull request that is still open.
- # A pull request that has been closed without being merged.
- # A pull request that has been closed by being merged.
- }